Searched refs:createMCRelocationInfo (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/ |
| H A D | MCRelocationInfo.cpp | 28 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, in createMCRelocationInfo() function in llvm
|
| H A D | Disassembler.cpp | 85 TheTarget->createMCRelocationInfo(TT, *Ctx)); in LLVMCreateDisasmCPUFeatures()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiMCTargetDesc.cpp | 86 return createMCRelocationInfo(TheTriple, Ctx); in createLanaiElfRelocation()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | TargetRegistry.h | 105 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx); 554 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo() function 557 : llvm::createMCRelocationInfo; in createMCRelocationInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMCTargetDesc.cpp | 241 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 369 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createX86MCRelocationInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/ |
| H A D | DisassemblerLLVMC.cpp | 970 curr_target->createMCRelocationInfo(triple, *context_up)); in Create()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 1508 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in disassembleObject()
|
| H A D | MachODump.cpp | 6864 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleMachO() 6913 ThumbTarget->createMCRelocationInfo(ThumbTripleName, *PtrThumbCtx)); in DisassembleMachO()
|