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

  /external/llvm/include/llvm/MC/
MCDisassembler.h 56 MCDisassembler(const MCSubtargetInfo &STI) : GetOpInfo(0), SymbolLookUp(0),
90 LLVMOpInfoCallback GetOpInfo;
103 void setupForSymbolicDisassembly(LLVMOpInfoCallback getOpInfo,
107 GetOpInfo = getOpInfo;
112 LLVMOpInfoCallback getLLVMOpInfoCallback() const { return GetOpInfo; }
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 88 return (UnwindCode.getOpInfo() == 0) ? 2 : 3;
101 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo());
104 if (UCs[0].getOpInfo() == 0) {
112 outs() << " " << ((UCs[0].getOpInfo() + 1) * 8);
118 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo())
122 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo())
127 outs() << " XMM" << static_cast<uint32_t>(UCs[0].getOpInfo())
131 outs() << " XMM" << UCs[0].getOpInfo()
136 outs() << " " << (UCs[0].getOpInfo() ? "w/o" : "w")
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.h 48 // The Triple specific symbolic information type returned by GetOpInfo.
51 LLVMOpInfoCallback GetOpInfo;
83 LLVMOpInfoCallback getOpInfo,
91 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo),
105 LLVMOpInfoCallback getGetOpInfo() const { return GetOpInfo; }
  /external/llvm/include/llvm/Support/
Win64EH.h 51 uint8_t getOpInfo() const {
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 180 /// If the getOpInfo() function was set when setupForSymbolicDisassembly() was
184 /// an MCExpr and that is added as an operand to the MCInst. If getOpInfo()
193 LLVMOpInfoCallback getOpInfo = Dis->getLLVMOpInfoCallback();
199 if (!getOpInfo ||
200 !getOpInfo(DisInfo, Address, Offset, Width, 1, &SymbolicOp)) {
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 480 /// then isBranch is true, else false. If the getOpInfo() function was set as
485 /// getOpInfo() returns zero and isBranch is true then a symbol look up for
493 LLVMOpInfoCallback getOpInfo = Dis->getLLVMOpInfoCallback();
499 if (!getOpInfo ||
500 !getOpInfo(DisInfo, Address, 0 /* Offset */, InstSize, 1, &SymbolicOp)) {
    [all...]

Completed in 1697 milliseconds