Home
last modified time | relevance | path

Searched refs:createMCRelocationInfo (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/
H A DMCRelocationInfo.cpp28 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, in createMCRelocationInfo() function in llvm
H A DDisassembler.cpp85 TheTarget->createMCRelocationInfo(TT, *Ctx)); in LLVMCreateDisasmCPUFeatures()
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCTargetDesc.cpp86 return createMCRelocationInfo(TheTriple, Ctx); in createLanaiElfRelocation()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DTargetRegistry.h105 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 DARMMCTargetDesc.cpp241 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp369 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createX86MCRelocationInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp970 curr_target->createMCRelocationInfo(triple, *context_up)); in Create()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1508 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in disassembleObject()
H A DMachODump.cpp6864 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleMachO()
6913 ThumbTarget->createMCRelocationInfo(ThumbTripleName, *PtrThumbCtx)); in DisassembleMachO()