10#ifndef KLEE_KINSTRUCTION_H
11#define KLEE_KINSTRUCTION_H
16#include "llvm/Support/DataTypes.h"
17#include "llvm/Support/raw_ostream.h"
27 struct InstructionInfo;
56 std::vector< std::pair<unsigned, uint64_t> >
indices;
InstructionInfo stores debug information for a KInstruction.
std::vector< std::pair< unsigned, uint64_t > > indices
const InstructionInfo * info
unsigned dest
Destination register index.
std::string getSourceLocation() const