Searched defs:RelInfo (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCSymbolizer.h46 std::unique_ptr<MCRelocationInfo> RelInfo; member in class:llvm::MCSymbolizer
50 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo) argument
H A DMCExternalSymbolizer.h41 MCExternalSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo, LLVMOpInfoCallback getOpInfo, LLVMSymbolLookupCallback symbolLookUp, void *disInfo) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.h23 AArch64ExternalSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo, LLVMOpInfoCallback GetOpInfo, LLVMSymbolLookupCallback SymbolLookUp, void *DisInfo) argument
H A DAArch64Disassembler.cpp231 createAArch64ExternalSymbolizer(const Triple &TT, LLVMOpInfoCallback GetOpInfo, LLVMSymbolLookupCallback SymbolLookUp, void *DisInfo, MCContext *Ctx, std::unique_ptr<MCRelocationInfo> &&RelInfo) argument
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h70 MachO::any_relocation_info RelInfo = local
H A DRuntimeDyldMachO.cpp95 MachO::any_relocation_info RelInfo = local
/freebsd-11.0-release/contrib/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp191 createMCSymbolizer(const Triple &TT, LLVMOpInfoCallback GetOpInfo, LLVMSymbolLookupCallback SymbolLookUp, void *DisInfo, MCContext *Ctx, std::unique_ptr<MCRelocationInfo> &&RelInfo) argument
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h252 MachO::any_relocation_info RelInfo = variable
H A DRuntimeDyldMachOX86_64.h40 MachO::any_relocation_info RelInfo = variable
H A DRuntimeDyldMachOARM.h59 MachO::any_relocation_info RelInfo = variable
H A DRuntimeDyldMachOI386.h40 MachO::any_relocation_info RelInfo = variable

Completed in 140 milliseconds