HomeSort by relevance Sort by last modified time
    Searched refs:EDInst (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/MC/MCDisassembler/
EDInst.cpp 1 //===-EDInst.cpp - LLVM Enhanced Disassembler -----------------------------===//
16 #include "EDInst.h"
26 EDInst::EDInst(llvm::MCInst *inst,
40 EDInst::~EDInst() {
55 uint64_t EDInst::byteSize() {
59 int EDInst::stringify() {
71 int EDInst::getString(const char*& str) {
80 unsigned EDInst::instID()
    [all...]
EDOperand.h 24 struct EDInst;
36 const EDInst &Inst;
38 /// The index of the operand in the EDInst
50 const EDInst &inst,
EDMain.cpp 15 #include "EDInst.h"
75 EDInst *inst = ((EDDisassembler*)disassembler)->createInst(byteReader,
89 delete ((EDInst*)inst);
93 return ((EDInst*)inst)->byteSize();
98 return ((EDInst*)inst)->getString(*buf);
102 *instID = ((EDInst*)inst)->instID();
107 return ((EDInst*)inst)->isBranch();
111 return ((EDInst*)inst)->isMove();
115 return ((EDInst*)inst)->branchTargetID();
119 return ((EDInst*)inst)->moveSourceID()
    [all...]
EDInst.h 1 //===-- EDInst.h - LLVM Enhanced Disassembler -------------------*- C++ -*-===//
58 /// EDInst - Encapsulates a single instruction, which can be queried for its
60 struct EDInst {
104 EDInst(llvm::MCInst *inst,
108 ~EDInst();
152 /// success, although the operand is still owned by the EDInst
166 /// although the token is still owned by the EDInst
EDDisassembler.h 53 struct EDInst;
213 EDInst *createInst(EDByteReaderCallback byteReader,
EDDisassembler.cpp 17 #include "EDInst.h"
222 EDInst *EDDisassembler::createInst(EDByteReaderCallback byteReader,
247 EDInst* sdInst = new EDInst(inst, byteSize, *this, thisInstInfo);
EDOperand.cpp 18 #include "EDInst.h"
24 const EDInst &inst,
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 17 #include "../../lib/MC/MCDisassembler/EDInst.h"
237 OwningPtr<EDInst>

Completed in 164 milliseconds