Searched refs:Reloc (Results 1 - 25 of 185) sorted by relevance

12345678

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCCodeGenInfo.h25 Reloc::Model RelocationModel;
32 void InitMCCodeGenInfo(Reloc::Model RM = Reloc::Default,
35 Reloc::Model getRelocationModel() const { return RelocationModel; }
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCCodeGenInfo.cpp18 void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM) {
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCodeGen.h21 namespace Reloc { namespace in namespace:llvm
/external/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp37 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
38 return RM.hasValue() ? *RM : Reloc::Static;
44 Optional<Reloc::Model> RM, CodeModel::Model CM,
/external/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp40 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
42 return Reloc::PIC_;
49 Optional<Reloc::Model> RM,
/external/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp49 static Reloc::Model getEffectiveRelocModel(const Triple &TT,
50 Optional<Reloc::Model> RM) {
52 return Reloc::PIC_;
59 Optional<Reloc::Model> RM,
/external/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp29 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
31 return Reloc::Static;
38 Optional<Reloc::Model> RM,
/external/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp24 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
26 return Reloc::Static;
35 Optional<Reloc::Model> RM,
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsCodeEmitter.cpp71 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {
93 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
95 void emitExternalSymbolAddress(const char *ES, unsigned Reloc) const;
96 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
97 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
98 void emitMachineBasicBlock(MachineBasicBlock *BB, unsigned Reloc) const;
204 void MipsCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, argument
206 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
211 emitExternalSymbolAddress(const char *ES, unsigned Reloc) const {
213 Reloc, E
[all...]
H A DMipsTargetMachine.cpp38 Reloc::Model RM, CodeModel::Model CM,
57 Reloc::Model RM, CodeModel::Model CM) :
63 Reloc::Model RM, CodeModel::Model CM) :
69 Reloc::Model RM, CodeModel::Model CM) :
75 Reloc::Model RM, CodeModel::Model CM) :
H A DMipsTargetMachine.h42 Reloc::Model RM, CodeModel::Model CM,
89 Reloc::Model RM, CodeModel::Model CM);
98 Reloc::Model RM, CodeModel::Model CM);
107 Reloc::Model RM, CodeModel::Model CM);
116 Reloc::Model RM, CodeModel::Model CM);
/external/llvm/lib/Target/
H A DTargetMachine.cpp60 return getRelocationModel() == Reloc::PIC_;
84 Reloc::Model TargetMachine::getRelocationModel() const { return RM; }
113 Reloc::Model RM = getRelocationModel();
128 if (RM == Reloc::Static)
134 assert(RM != Reloc::DynamicNoPIC);
137 RM == Reloc::Static || M.getPIELevel() != PIELevel::Default;
145 if (!IsTLS && (RM == Reloc::Static || CanUseCopyRelocWithPIE))
155 Reloc::Model RM = getRelocationModel();
156 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE;
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/MCTargetDesc/
H A DAlphaMCTargetDesc.cpp53 static MCCodeGenInfo *createAlphaMCCodeGenInfo(StringRef TT, Reloc::Model RM,
56 X->InitMCCodeGenInfo(Reloc::PIC_, CM);
/external/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.h31 Optional<Reloc::Model> RM, CodeModel::Model CM,
52 Optional<Reloc::Model> RM, CodeModel::Model CM,
63 Optional<Reloc::Model> RM, CodeModel::Model CM,
73 Optional<Reloc::Model> RM, CodeModel::Model CM,
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h32 Optional<Reloc::Model> RM, CodeModel::Model CM,
59 Optional<Reloc::Model> RM, CodeModel::Model CM,
70 Optional<Reloc::Model> RM, CodeModel::Model CM,
/external/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp109 static Reloc::Model getEffectiveRelocModel(const Triple &TT,
110 Optional<Reloc::Model> RM) {
118 return Reloc::PIC_;
119 return Reloc::DynamicNoPIC;
122 return Reloc::PIC_;
123 return Reloc::Static;
130 if (*RM == Reloc::DynamicNoPIC) {
132 return Reloc::PIC_;
134 return Reloc::Static;
139 if (*RM == Reloc
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DSparcTargetMachine.cpp29 Reloc::Model RM, CodeModel::Model CM,
56 StringRef FS, Reloc::Model RM,
63 StringRef FS, Reloc::Model RM,
H A DSparcTargetMachine.h38 Reloc::Model RM, CodeModel::Model CM, bool is64bit);
67 Reloc::Model RM, CodeModel::Model CM);
76 Reloc::Model RM, CodeModel::Model CM);
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp53 static MCCodeGenInfo *createSystemZMCCodeGenInfo(StringRef TT, Reloc::Model RM,
56 if (RM == Reloc::Default)
57 RM = Reloc::Static;
/external/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp83 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
86 if (!RM.hasValue() || *RM == Reloc::DynamicNoPIC)
87 return Reloc::Static;
94 Optional<Reloc::Model> RM,
/external/llvm/lib/Target/ARM/
H A DARMTargetMachine.h42 Optional<Reloc::Model> RM, CodeModel::Model CM,
68 Optional<Reloc::Model> RM, CodeModel::Model CM,
79 Optional<Reloc::Model> RM, CodeModel::Model CM,
90 Optional<Reloc::Model> RM, CodeModel::Model CM,
103 Optional<Reloc::Model> RM, CodeModel::Model CM,
114 Optional<Reloc::Model> RM, CodeModel::Model CM,
125 Optional<Reloc::Model> RM, CodeModel::Model CM,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86TargetMachine.cpp34 Reloc::Model RM, CodeModel::Model CM)
54 Reloc::Model RM, CodeModel::Model CM)
68 Reloc::Model RM, CodeModel::Model CM,
75 if (getRelocationModel() == Reloc::Static) {
84 if (getRelocationModel() == Reloc::PIC_)
87 assert(getRelocationModel() == Reloc::DynamicNoPIC);
/external/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h44 Optional<Reloc::Model> RM, CodeModel::Model CM,
79 Optional<Reloc::Model> RM, CodeModel::Model CM,
90 Optional<Reloc::Model> RM, CodeModel::Model CM,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h39 Optional<Reloc::Model> RM, CodeModel::Model CM,
74 Optional<Reloc::Model> RM, CodeModel::Model CM,
83 Optional<Reloc::Model> RM, CodeModel::Model CM,
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.h39 Optional<Reloc::Model> RM, CodeModel::Model CM,
68 Optional<Reloc::Model> RM, CodeModel::Model CM,
79 Optional<Reloc::Model> RM, CodeModel::Model CM,

Completed in 951 milliseconds

12345678