/external/llvm/lib/Target/X86/ |
D | X86TargetMachine.cpp | 118 return Reloc::PIC_; in getEffectiveRelocModel() 122 return Reloc::PIC_; in getEffectiveRelocModel() 132 return Reloc::PIC_; in getEffectiveRelocModel() 140 return Reloc::PIC_; in getEffectiveRelocModel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86TargetMachine.cpp | 177 return Reloc::PIC_; in getEffectiveRelocModel() 181 return Reloc::PIC_; in getEffectiveRelocModel() 191 return Reloc::PIC_; in getEffectiveRelocModel() 199 return Reloc::PIC_; in getEffectiveRelocModel()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCObjectFileInfo.cpp | 209 PersonalityEncoding = (RelocM == Reloc::PIC_) in InitELFMCObjectFileInfo() 212 LSDAEncoding = (RelocM == Reloc::PIC_) in InitELFMCObjectFileInfo() 215 FDEEncoding = FDECFIEncoding = (RelocM == Reloc::PIC_) in InitELFMCObjectFileInfo() 218 TTypeEncoding = (RelocM == Reloc::PIC_) in InitELFMCObjectFileInfo() 224 if (RelocM == Reloc::PIC_) { in InitELFMCObjectFileInfo()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 60 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent() 156 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFCodeEmitter.cpp | 146 assert(TM.getRelocationModel() != Reloc::PIC_ && in emitConstantPool() 172 assert(TM.getRelocationModel() != Reloc::PIC_ && in emitJumpTables()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CodeGen.h | 22 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 97 if (TM.getRelocationModel() == Reloc::PIC_ && in printPCRelImmOperand() 110 if (TM.getRelocationModel() == Reloc::PIC_) in printPCRelImmOperand()
|
D | SystemZSubtarget.cpp | 42 if (TM.getRelocationModel() == Reloc::PIC_) { in GVRequiresExtraLoad()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 346 RM = Reloc::PIC_; in createX86MCCodeGenInfo() 350 RM = Reloc::PIC_; in createX86MCCodeGenInfo() 361 RM = Reloc::PIC_; in createX86MCCodeGenInfo() 369 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
|
/external/llvm/include/llvm/Support/ |
D | CodeGen.h | 22 enum Model { Static, PIC_, DynamicNoPIC }; enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | CodeGen.h | 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 51 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent() 210 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/MCTargetDesc/ |
D | AlphaMCTargetDesc.cpp | 56 X->InitMCCodeGenInfo(Reloc::PIC_, CM); in createAlphaMCCodeGenInfo()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCCodeEmitter.cpp | 129 assert(TM.getRelocationModel() == Reloc::PIC_); in emitBasicBlock() 154 if (TM.getRelocationModel() == Reloc::PIC_) { in GetRelocation()
|
/external/llvm/lib/Target/BPF/ |
D | BPFTargetMachine.cpp | 42 return Reloc::PIC_; in getEffectiveRelocModel()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsEmitGPRestore.cpp | 47 if (TM.getRelocationModel() != Reloc::PIC_) in runOnMachineFunction()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetMachine.cpp | 52 return Reloc::PIC_; in getEffectiveRelocModel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetMachine.cpp | 52 return Reloc::PIC_; in getEffectiveRelocModel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/ |
D | Config.h | 42 Optional<Reloc::Model> RelocModel = Reloc::PIC_;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFTargetMachine.cpp | 50 return Reloc::PIC_; in getEffectiveRelocModel()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_compiler.cc | 776 reloc_model = llvm::Reloc::PIC_; in CompileAheadOfTime() 781 reloc_model = llvm::Reloc::PIC_; in CompileAheadOfTime() 786 reloc_model = llvm::Reloc::PIC_; in CompileAheadOfTime() 791 reloc_model = llvm::Reloc::PIC_; in CompileAheadOfTime()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 149 if (RelocM == Reloc::PIC_) { in GVIsIndirectSymbol()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86TargetMachine.cpp | 84 if (getRelocationModel() == Reloc::PIC_) in X86TargetMachine()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetMachine.cpp | 44 return Reloc::PIC_; in getEffectiveRelocModel()
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcMCTargetDesc.cpp | 101 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in adjustCodeGenOptsV9()
|