HomeSort by: relevance | last modified time | path
    Searched defs:GetOpInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCDisassembler/
MCExternalSymbolizer.h 32 LLVMOpInfoCallback GetOpInfo;
42 LLVMOpInfoCallback getOpInfo,
44 : MCSymbolizer(Ctx, std::move(RelInfo)), GetOpInfo(getOpInfo),
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
Disassembler.h 47 // The Triple specific symbolic information type returned by GetOpInfo.
50 LLVMOpInfoCallback GetOpInfo;
86 LLVMOpInfoCallback GetOpInfo,
97 GetOpInfo(GetOpInfo), SymbolLookUp(SymbolLookUp), TheTarget(TheTarget),
104 LLVMOpInfoCallback getGetOpInfo() const { return GetOpInfo; }

Completed in 16 milliseconds