HomeSort by relevance Sort by last modified time
    Searched refs:getOpInfo (Results 1 - 3 of 3) 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),
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 424 /// then isBranch is true, else false. If the getOpInfo() function was set as
429 /// getOpInfo() returns zero and isBranch is true then a symbol look up for
437 LLVMOpInfoCallback getOpInfo = Dis->getLLVMOpInfoCallback();
438 if (!getOpInfo)
444 if (!getOpInfo(DisInfo, Address, 0 /* Offset */, InstSize, 1, &SymbolicOp)) {
    [all...]

Completed in 71 milliseconds