Searched refs:MCRelocationInfo (Results 1 - 21 of 21) sorted by relevance

/external/llvm/lib/MC/
H A DMCRelocationInfo.cpp1 //==-- lib/MC/MCRelocationInfo.cpp -------------------------------*- C++ -*-==//
10 #include "llvm/MC/MCRelocationInfo.h"
17 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) function in class:MCRelocationInfo
21 MCRelocationInfo::~MCRelocationInfo() {
25 MCRelocationInfo::createExprForRelocation(object::RelocationRef Rel) {
30 MCRelocationInfo::createExprForCAPIVariantKind(const MCExpr *SubExpr,
37 MCRelocationInfo *llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) {
38 return new MCRelocationInfo(Ct
[all...]
H A DAndroid.mk35 MCRelocationInfo.cpp \
H A DMCExternalSymbolizer.cpp191 MCRelocationInfo *RelInfo) {
195 std::unique_ptr<MCRelocationInfo>(RelInfo),
/external/llvm/include/llvm/MC/
H A DMCRelocationInfo.h1 //==-- llvm/MC/MCRelocationInfo.h --------------------------------*- C++ -*-==//
10 // This file declares the MCRelocationInfo class, which provides methods to
30 class MCRelocationInfo { class in namespace:llvm
31 MCRelocationInfo(const MCRelocationInfo &) LLVM_DELETED_FUNCTION;
32 void operator=(const MCRelocationInfo &) LLVM_DELETED_FUNCTION;
38 MCRelocationInfo(MCContext &Ctx);
39 virtual ~MCRelocationInfo();
H A DMCSymbolizer.h19 #include "llvm/MC/MCRelocationInfo.h"
46 std::unique_ptr<MCRelocationInfo> RelInfo;
50 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo)
H A DMCObjectSymbolizer.h27 class MCRelocationInfo;
44 MCObjectSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo,
68 std::unique_ptr<MCRelocationInfo> RelInfo,
H A DMCExternalSymbolizer.h42 std::unique_ptr<MCRelocationInfo> RelInfo,
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachORelocationInfo.cpp15 #include "llvm/MC/MCRelocationInfo.h"
21 class ARMMachORelocationInfo : public MCRelocationInfo {
23 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {}
33 return MCRelocationInfo::createExprForCAPIVariantKind(SubExpr,
41 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) {
H A DARMMCTargetDesc.h31 class MCRelocationInfo;
102 MCRelocationInfo *createARMMachORelocationInfo(MCContext &Ctx);
H A DARMMCTargetDesc.cpp306 static MCRelocationInfo *createARMMCRelocationInfo(StringRef TT,
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFRelocationInfo.cpp14 #include "llvm/MC/MCRelocationInfo.h"
24 class X86_64ELFRelocationInfo : public MCRelocationInfo {
26 X86_64ELFRelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {}
132 MCRelocationInfo *llvm::createX86_64ELFRelocationInfo(MCContext &Ctx) {
H A DX86MCTargetDesc.h28 class MCRelocationInfo;
112 MCRelocationInfo *createX86_64MachORelocationInfo(MCContext &Ctx);
115 MCRelocationInfo *createX86_64ELFRelocationInfo(MCContext &Ctx);
H A DX86MachORelocationInfo.cpp14 #include "llvm/MC/MCRelocationInfo.h"
23 class X86_64MachORelocationInfo : public MCRelocationInfo {
25 X86_64MachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {}
114 MCRelocationInfo *llvm::createX86_64MachORelocationInfo(MCContext &Ctx) {
H A DX86MCTargetDesc.cpp385 static MCRelocationInfo *createX86MCRelocationInfo(StringRef TT,
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.h24 std::unique_ptr<MCRelocationInfo> RelInfo,
H A DAArch64Disassembler.cpp229 MCRelocationInfo *RelInfo) {
232 std::unique_ptr<MCRelocationInfo>(RelInfo),
/external/llvm/lib/MC/MCAnalysis/
H A DMCObjectSymbolizer.cpp15 #include "llvm/MC/MCRelocationInfo.h"
38 std::unique_ptr<MCRelocationInfo> RelInfo,
49 MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo,
124 MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo,
195 MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo,
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h46 class MCRelocationInfo;
60 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx);
66 MCRelocationInfo *RelInfo);
144 typedef MCRelocationInfo *(*MCRelocationInfoCtorTy)(StringRef TT,
151 MCRelocationInfo *RelInfo);
235 /// MCRelocationInfo, if registered (default = llvm::createMCRelocationInfo)
462 /// createMCRelocationInfo - Create a target specific MCRelocationInfo.
466 MCRelocationInfo *
487 MCContext *Ctx, MCRelocationInfo *RelInfo) const {
792 /// RegisterMCRelocationInfo - Register an MCRelocationInfo
[all...]
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp19 #include "llvm/MC/MCRelocationInfo.h"
77 std::unique_ptr<MCRelocationInfo> RelInfo(
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp21 #include "llvm/MC/MCRelocationInfo.h"
458 llvm::OwningPtr<llvm::MCRelocationInfo> RelInfo(curr_target->createMCRelocationInfo(triple, *m_context_ap.get()));
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp38 #include "llvm/MC/MCRelocationInfo.h"
331 std::unique_ptr<MCRelocationInfo> RelInfo(

Completed in 121 milliseconds