/external/llvm/lib/Target/SystemZ/ |
SystemZTargetMachine.cpp | 24 Reloc::Model RM,
|
/external/llvm/lib/Target/ |
TargetLoweringObjectFile.cpp | 122 Reloc::Model ReloModel = TM.getRelocationModel(); 200 if (ReloModel == Reloc::Static) 213 if (ReloModel == Reloc::Static) 227 if (ReloModel == Reloc::Static)
|
/frameworks/compile/libbcc/include/bcc/Support/ |
TargetCompilerConfigs.h | 72 setRelocationModel(llvm::Reloc::Static);
|
/frameworks/compile/libbcc/lib/Support/ |
CompilerConfig.cpp | 59 mRelocModel = llvm::Reloc::Default;
|
/external/llvm/include/llvm/ExecutionEngine/ |
ExecutionEngine.h | 206 Reloc::Model RM = Reloc::Default, 507 Reloc::Model RelocModel; 523 RelocModel = Reloc::Default; 590 /// target is using. Defaults to target specific default "Reloc::Default". 591 EngineBuilder &setRelocationModel(Reloc::Model RM) {
|
/external/llvm/lib/Target/X86/ |
X86CodeEmitter.cpp | 57 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} 87 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, 90 void emitExternalSymbolAddress(const char *ES, unsigned Reloc); 91 void emitConstPoolAddress(unsigned CPI, unsigned Reloc, intptr_t Disp = 0, 93 void emitJumpTableAddress(unsigned JTI, unsigned Reloc, 136 IsPIC = TM.getRelocationModel() == Reloc::PIC_; 274 unsigned Reloc, 279 if (Reloc == X86::reloc_picrel_word) 281 else if (Reloc == X86::reloc_pcrel_word) 284 ? MachineRelocation::getIndirectSymbol(MCE.getCurrentPCOffset(), Reloc, [all...] |
/external/llvm/tools/lli/ |
lli.cpp | 135 cl::opt<Reloc::Model> 138 cl::init(Reloc::Default), 140 clEnumValN(Reloc::Default, "default", 142 clEnumValN(Reloc::Static, "static", 144 clEnumValN(Reloc::PIC_, "pic", 146 clEnumValN(Reloc::DynamicNoPIC, "dynamic-no-pic",
|
/external/llvm/tools/llvm-mc/ |
llvm-mc.cpp | 114 static cl::opt<Reloc::Model> 117 cl::init(Reloc::Default), 119 clEnumValN(Reloc::Default, "default", 121 clEnumValN(Reloc::Static, "static", 123 clEnumValN(Reloc::PIC_, "pic", 125 clEnumValN(Reloc::DynamicNoPIC, "dynamic-no-pic",
|
/external/llvm/include/llvm/Target/ |
TargetMachine.h | 197 Reloc::Model getRelocationModel() const; 295 Reloc::Model RM, CodeModel::Model CM,
|
/external/llvm/lib/ExecutionEngine/JIT/ |
JIT.h | 103 Reloc::Model RM = Reloc::Default,
|
/external/llvm/lib/Target/ARM/ |
ARMCodeEmitter.cpp | 72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {} 284 unsigned Reloc = (MCID.Opcode == ARM::MOVi16 ? 288 emitGlobalAddress(MO.getGlobal(), Reloc, true, false); 362 unsigned Reloc); 370 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, 373 void emitExternalSymbolAddress(const char *ES, unsigned Reloc) const; 374 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const; 375 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const; 376 void emitMachineBasicBlock(MachineBasicBlock *BB, unsigned Reloc, 399 assert((Target.getRelocationModel() != Reloc::Default | [all...] |
ARMSubtarget.cpp | 220 Reloc::Model RelocM) const { 221 if (RelocM == Reloc::Static) 236 if (RelocM == Reloc::PIC_) {
|
ARMTargetMachine.cpp | 48 Reloc::Model RM, CodeModel::Model CM, 73 Reloc::Model RM, CodeModel::Model CM, 99 Reloc::Model RM, CodeModel::Model CM,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/ |
AMDGPUMCTargetDesc.cpp | 56 static MCCodeGenInfo *createAMDGPUMCCodeGenInfo(StringRef TT, Reloc::Model RM,
|
/external/llvm/lib/Target/NVPTX/MCTargetDesc/ |
NVPTXMCTargetDesc.cpp | 55 StringRef TT, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) {
|
/external/llvm/lib/Target/PowerPC/ |
PPCCodeEmitter.cpp | 98 assert((MF.getTarget().getRelocationModel() != Reloc::Default || 99 MF.getTarget().getRelocationModel() != Reloc::Static) && 133 assert(TM.getRelocationModel() == Reloc::PIC_); 159 if (TM.getRelocationModel() == Reloc::PIC_) {
|
/external/llvm/lib/Target/R600/MCTargetDesc/ |
AMDGPUMCTargetDesc.cpp | 57 static MCCodeGenInfo *createAMDGPUMCCodeGenInfo(StringRef TT, Reloc::Model RM,
|
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
AMDGPUMCTargetDesc.cpp | 56 static MCCodeGenInfo *createAMDGPUMCCodeGenInfo(StringRef TT, Reloc::Model RM,
|
/external/llvm/lib/Target/Mips/ |
MipsTargetMachine.cpp | 57 Reloc::Model RM, CodeModel::Model CM, 119 Reloc::Model RM, CodeModel::Model CM, 128 Reloc::Model RM, CodeModel::Model CM,
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
MCJITTestBase.h | 149 , RelocModel(Reloc::Default) 193 .setRelocationModel(Reloc::Default) 203 Reloc::Model RelocModel;
|
/external/llvm/tools/lto/ |
LTOCodeGenerator.cpp | 272 Reloc::Model RelocModel = Reloc::Default; 275 RelocModel = Reloc::Static; 278 RelocModel = Reloc::PIC_; 281 RelocModel = Reloc::DynamicNoPIC;
|
/external/llvm/lib/MC/ |
WinCOFFObjectWriter.cpp | 682 COFFRelocation Reloc; 684 Reloc.Data.SymbolTableIndex = 0; 685 Reloc.Data.VirtualAddress = Layout.getFragmentOffset(Fragment); 689 Reloc.Symb = coff_symbol->Section->Symbol; 693 Reloc.Symb = coff_symbol; 695 ++Reloc.Symb->Relocations; 697 Reloc.Data.VirtualAddress += Fixup.getOffset(); 698 Reloc.Data.Type = TargetObjectWriter->getRelocType(Target, Fixup, 703 if (Reloc.Data.Type == COFF::IMAGE_REL_AMD64_REL32 || 704 Reloc.Data.Type == COFF::IMAGE_REL_I386_REL32 [all...] |
MCObjectFileInfo.cpp | 81 if (RelocM != Reloc::Static && 127 if (RelocM == Reloc::Static) { 241 PersonalityEncoding = (RelocM == Reloc::PIC_) 244 LSDAEncoding = (RelocM == Reloc::PIC_) 247 FDEEncoding = (RelocM == Reloc::PIC_) 250 TTypeEncoding = (RelocM == Reloc::PIC_) 254 if (RelocM == Reloc::PIC_) { 279 if (RelocM == Reloc::PIC_) { 302 if (RelocM == Reloc::PIC_) { 638 void MCObjectFileInfo::InitMCObjectFileInfo(StringRef TT, Reloc::Model relocm [all...] |
/external/llvm/include/llvm/Support/ |
TargetRegistry.h | 87 Reloc::Model RM, 101 Reloc::Model RM, 307 MCCodeGenInfo *createMCCodeGenInfo(StringRef Triple, Reloc::Model RM, 364 Reloc::Model RM = Reloc::Default, [all...] |
/art/compiler/sea_ir/code_gen/ |
code_gen_data.cc | 59 ::llvm::Reloc::Static, ::llvm::CodeModel::Small,
|