Searched refs:createMCRelocationInfo (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/MC/MCDisassembler/
H A DMCRelocationInfo.cpp37 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, function in class:llvm
H A DDisassembler.cpp75 TheTarget->createMCRelocationInfo(TT, *Ctx));
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp245 return llvm::createMCRelocationInfo(TT, Ctx);
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DTargetRegistry.h72 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx);
246 /// MCRelocationInfo, if registered (default = llvm::createMCRelocationInfo)
506 /// createMCRelocationInfo - Create a target specific MCRelocationInfo.
510 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { function in class:llvm::Target
513 : llvm::createMCRelocationInfo;
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp223 return llvm::createMCRelocationInfo(TheTriple, Ctx);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp492 std::unique_ptr<llvm::MCRelocationInfo> RelInfo(curr_target->createMCRelocationInfo(triple, *m_context_ap.get()));
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp5923 TheTarget->createMCRelocationInfo(TripleName, Ctx));
5971 ThumbTarget->createMCRelocationInfo(ThumbTripleName, *PtrThumbCtx));

Completed in 81 milliseconds