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

  /external/llvm/include/llvm/MC/
MCExternalSymbolizer.h 33 LLVMOpInfoCallback GetOpInfo;
43 LLVMOpInfoCallback getOpInfo,
45 : MCSymbolizer(Ctx, std::move(RelInfo)), GetOpInfo(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; }

Completed in 33 milliseconds