Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCRelocationInfo.cpp27 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, in createMCRelocationInfo() function in llvm
H A DDisassembler.cpp88 TheTarget->createMCRelocationInfo(TT, *Ctx)); in LLVMCreateDisasmCPUFeatures()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCTargetDesc.cpp99 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createM68kMCRelocationInfo()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCTargetDesc.cpp86 return createMCRelocationInfo(TheTriple, Ctx); in createLanaiElfRelocation()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h119 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx);
324 /// MCRelocationInfo, if registered (default = llvm::createMCRelocationInfo)
573 /// createMCRelocationInfo - Create a target specific MCRelocationInfo. in createMCObjectStreamer()
577 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCObjectStreamer()
580 : llvm::createMCRelocationInfo; in createMCObjectStreamer()
687 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { createMCRelocationInfo() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp392 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp497 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createX86MCRelocationInfo()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1289 curr_target->createMCRelocationInfo(triple, *context_up)); in Create()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1542 Target->createMCRelocationInfo(TripleName, Ctx)); in disassembleObject()
1584 RelInfo.reset(Target->createMCRelocationInfo(TripleName, Ctx)); in disassembleObject()
H A DMachODump.cpp7302 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleMachO()
7351 ThumbTarget->createMCRelocationInfo(ThumbTripleName, *PtrThumbCtx)); in DisassembleMachO()