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

  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64ExternalSymbolizer.h 25 LLVMOpInfoCallback GetOpInfo,
28 : MCExternalSymbolizer(Ctx, std::move(RelInfo), GetOpInfo, SymbolLookUp,
AArch64ExternalSymbolizer.cpp 48 /// Success, else Fail. If GetOpInfo is non-null, then it is called to get any
51 /// MCExpr and that is added as an operand to the MCInst. If GetOpInfo()
54 /// that, else an MCExpr with Address + Value is created. If GetOpInfo()
73 if (!GetOpInfo ||
74 !GetOpInfo(DisInfo, Address, 0 /* Offset */, InstSize, 1, &SymbolicOp)) {
AArch64Disassembler.cpp 226 createAArch64ExternalSymbolizer(StringRef TT, LLVMOpInfoCallback GetOpInfo,
233 GetOpInfo, SymbolLookUp, DisInfo);
    [all...]
  /external/llvm/include/llvm/MC/
MCExternalSymbolizer.h 33 LLVMOpInfoCallback GetOpInfo;
43 LLVMOpInfoCallback getOpInfo,
45 : MCSymbolizer(Ctx, std::move(RelInfo)), GetOpInfo(getOpInfo),
  /external/llvm/include/llvm-c/
Disassembler.h 181 int TagType, LLVMOpInfoCallback GetOpInfo,
193 LLVMOpInfoCallback GetOpInfo,
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.h 47 // The Triple specific symbolic information type returned by GetOpInfo.
50 LLVMOpInfoCallback GetOpInfo;
86 LLVMOpInfoCallback getOpInfo,
94 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo),
109 LLVMOpInfoCallback getGetOpInfo() const { return GetOpInfo; }
Disassembler.cpp 38 LLVMOpInfoCallback GetOpInfo,
83 Triple, GetOpInfo, SymbolLookUp, DisInfo, Ctx, RelInfo.release()));
94 GetOpInfo, SymbolLookUp,
105 int TagType, LLVMOpInfoCallback GetOpInfo,
107 return LLVMCreateDisasmCPU(Triple, "", DisInfo, TagType, GetOpInfo,
  /external/llvm/lib/MC/
MCExternalSymbolizer.cpp 22 // else false. If the getOpInfo() function was set as part of the
26 // and that is added as an operand to the MCInst. If getOpInfo() returns zero
42 if (!GetOpInfo ||
43 !GetOpInfo(DisInfo, Address, Offset, InstSize, 1, &SymbolicOp)) {
47 // At this point, GetOpInfo() did not find any relocation information about
187 MCSymbolizer *createMCSymbolizer(StringRef TT, LLVMOpInfoCallback GetOpInfo,
196 GetOpInfo, SymbolLookUp, DisInfo);
  /external/llvm/include/llvm/Support/
TargetRegistry.h 62 MCSymbolizer *createMCSymbolizer(StringRef TT, LLVMOpInfoCallback GetOpInfo,
147 LLVMOpInfoCallback GetOpInfo,
477 /// \param GetOpInfo The function to get the symbolic information for operands.
484 createMCSymbolizer(StringRef TT, LLVMOpInfoCallback GetOpInfo,
490 return Fn(TT, GetOpInfo, SymbolLookUp, DisInfo, Ctx, RelInfo);
    [all...]

Completed in 309 milliseconds