Searched defs:EDInst (Results 1 – 2 of 2) sorted by relevance
60 struct EDInst { struct66 const llvm::EDInstInfo *ThisInstInfo; argument68 uint64_t ByteSize;71 CachedResult StringifyResult;73 std::string String;76 const signed char* OperandOrder;79 CachedResult ParseResult;80 typedef llvm::SmallVector<EDOperand*, 5> opvec_t;104 EDInst(llvm::MCInst *inst, argument
26 EDInst::EDInst(llvm::MCInst *inst, in EDInst() function in EDInst