Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCTargetDesc.cpp99 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createM68kMCRelocationInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCTargetDesc.cpp87 return createMCRelocationInfo(TheTriple, Ctx); in createLanaiElfRelocation()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DTargetRegistry.h124 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx);
670 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo() function
673 : llvm::createMCRelocationInfo; in createMCRelocationInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp395 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp483 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createX86MCRelocationInfo()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1188 Target->createMCRelocationInfo(TripleName, Ctx)); in addSymbolizer()
1231 RelInfo.reset(Target->createMCRelocationInfo(TripleName, Ctx)); in addSymbolizer()
H A DMachODump.cpp7597 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleMachO()
7646 ThumbTarget->createMCRelocationInfo(ThumbTripleName, *PtrThumbCtx)); in DisassembleMachO()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1270 curr_target->createMCRelocationInfo(triple, *context_up)); in Create()