HomeSort by relevance Sort by last modified time
    Searched defs:GetOpInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCDisassembler.h 58 MCDisassembler(const MCSubtargetInfo &STI) : GetOpInfo(0), SymbolLookUp(0),
100 LLVMOpInfoCallback GetOpInfo;
113 void setupForSymbolicDisassembly(LLVMOpInfoCallback getOpInfo,
117 GetOpInfo = getOpInfo;
122 LLVMOpInfoCallback getLLVMOpInfoCallback() const { return GetOpInfo; }
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.h 46 // The Triple specific symbolic information type returned by GetOpInfo.
49 LLVMOpInfoCallback GetOpInfo;
77 LLVMOpInfoCallback getOpInfo,
83 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo),

Completed in 232 milliseconds