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

  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 187 /// If the getOpInfo() function was set when setupForSymbolicDisassembly() was
191 /// an MCExpr and that is added as an operand to the MCInst. If getOpInfo()
200 LLVMOpInfoCallback getOpInfo = Dis->getLLVMOpInfoCallback();
206 if (!getOpInfo ||
207 !getOpInfo(DisInfo, Address, Offset, Width, 1, &SymbolicOp)) {
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 496 /// then isBranch is true, else false. If the getOpInfo() function was set as
501 /// getOpInfo() returns zero and isBranch is true then a symbol look up for
509 LLVMOpInfoCallback getOpInfo = Dis->getLLVMOpInfoCallback();
515 if (!getOpInfo ||
516 !getOpInfo(DisInfo, Address, 0 /* Offset */, InstSize, 1, &SymbolicOp)) {
    [all...]

Completed in 2938 milliseconds