Home
last modified time | relevance | path

Searched refs:MCRelocationInfo (Results 1 – 22 of 22) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/MC/
DMCRelocationInfo.cpp17 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) in MCRelocationInfo() function in MCRelocationInfo
21 MCRelocationInfo::~MCRelocationInfo() { in ~MCRelocationInfo()
25 MCRelocationInfo::createExprForRelocation(object::RelocationRef Rel) { in createExprForRelocation()
30 MCRelocationInfo::createExprForCAPIVariantKind(const MCExpr *SubExpr, in createExprForCAPIVariantKind()
37 MCRelocationInfo *llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) { in createMCRelocationInfo()
38 return new MCRelocationInfo(Ctx); in createMCRelocationInfo()
DMCObjectSymbolizer.cpp37 MCMachObjectSymbolizer(MCContext &Ctx, OwningPtr<MCRelocationInfo> &RelInfo,
50 MCMachObjectSymbolizer(MCContext &Ctx, OwningPtr<MCRelocationInfo> &RelInfo, in MCMachObjectSymbolizer()
129 OwningPtr<MCRelocationInfo> &RelInfo, in MCObjectSymbolizer()
200 OwningPtr<MCRelocationInfo> &RelInfo, in createObjectSymbolizer()
DMCExternalSymbolizer.cpp174 MCRelocationInfo *RelInfo) { in createMCSymbolizer()
177 OwningPtr<MCRelocationInfo> RelInfoOwingPtr(RelInfo); in createMCSymbolizer()
DMCSymbolizer.cpp15 MCSymbolizer::MCSymbolizer(MCContext &Ctx, OwningPtr<MCRelocationInfo> &RelInfo) in MCSymbolizer()
DMCDisassembler.cpp25 OwningPtr<MCRelocationInfo> &RelInfo) { in setupForSymbolicDisassembly()
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCRelocationInfo.h30 class MCRelocationInfo {
31 MCRelocationInfo(const MCRelocationInfo &) LLVM_DELETED_FUNCTION;
32 void operator=(const MCRelocationInfo &) LLVM_DELETED_FUNCTION;
38 MCRelocationInfo(MCContext &Ctx);
39 virtual ~MCRelocationInfo();
DMCObjectSymbolizer.h27 class MCRelocationInfo; variable
44 MCObjectSymbolizer(MCContext &Ctx, OwningPtr<MCRelocationInfo> &RelInfo,
66 createObjectSymbolizer(MCContext &Ctx, OwningPtr<MCRelocationInfo> &RelInfo,
DMCSymbolizer.h45 OwningPtr<MCRelocationInfo> RelInfo;
49 MCSymbolizer(MCContext &Ctx, OwningPtr<MCRelocationInfo> &RelInfo);
DMCExternalSymbolizer.h41 OwningPtr<MCRelocationInfo> &RelInfo, in MCExternalSymbolizer()
DMCDisassembler.h125 OwningPtr<MCRelocationInfo> &RelInfo);
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachORelocationInfo.cpp21 class ARMMachORelocationInfo : public MCRelocationInfo {
23 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} in ARMMachORelocationInfo()
33 return MCRelocationInfo::createExprForCAPIVariantKind(SubExpr, in createExprForCAPIVariantKind()
41 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) { in createARMMachORelocationInfo()
DARMMCTargetDesc.h31 class MCRelocationInfo; variable
74 MCRelocationInfo *createARMMachORelocationInfo(MCContext &Ctx);
DARMMCTargetDesc.cpp268 static MCRelocationInfo *createARMMCRelocationInfo(StringRef TT, in createARMMCRelocationInfo()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.h28 class MCRelocationInfo; variable
102 MCRelocationInfo *createX86_64MachORelocationInfo(MCContext &Ctx);
105 MCRelocationInfo *createX86_64ELFRelocationInfo(MCContext &Ctx);
DX86ELFRelocationInfo.cpp24 class X86_64ELFRelocationInfo : public MCRelocationInfo {
26 X86_64ELFRelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} in X86_64ELFRelocationInfo()
132 MCRelocationInfo *llvm::createX86_64ELFRelocationInfo(MCContext &Ctx) { in createX86_64ELFRelocationInfo()
DX86MachORelocationInfo.cpp23 class X86_64MachORelocationInfo : public MCRelocationInfo {
25 X86_64MachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} in X86_64MachORelocationInfo()
114 MCRelocationInfo *llvm::createX86_64MachORelocationInfo(MCContext &Ctx) { in createX86_64MachORelocationInfo()
DX86MCTargetDesc.cpp387 static MCRelocationInfo *createX86MCRelocationInfo(StringRef TT, in createX86MCRelocationInfo()
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DTargetRegistry.h46 class MCRelocationInfo; variable
62 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx);
68 MCRelocationInfo *RelInfo);
143 typedef MCRelocationInfo *(*MCRelocationInfoCtorTy)(StringRef TT,
150 MCRelocationInfo *RelInfo);
456 MCRelocationInfo *
477 MCContext *Ctx, MCRelocationInfo *RelInfo) const { in createMCSymbolizer()
/freebsd-10-stable/lib/clang/libllvmmc/
DMakefile43 MCRelocationInfo.cpp \
/freebsd-10-stable/contrib/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp80 OwningPtr<MCRelocationInfo> RelInfo( in LLVMCreateDisasmCPU()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
DDisassemblerLLVMC.cpp452 …llvm::OwningPtr<llvm::MCRelocationInfo> RelInfo(curr_target->createMCRelocationInfo(triple, *m_con… in LLVMCDisassembler()
/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp323 OwningPtr<MCRelocationInfo> RelInfo( in DisassembleObject()