Home
last modified time | relevance | path

Searched refs:PIC_ (Results 1 – 25 of 82) sorted by relevance

1234

/external/llvm/lib/Target/X86/
DX86TargetMachine.cpp118 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/
DX86TargetMachine.cpp177 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/
DMCObjectFileInfo.cpp209 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/
DTargetMachine.cpp60 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent()
156 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp146 assert(TM.getRelocationModel() != Reloc::PIC_ && in emitConstantPool()
172 assert(TM.getRelocationModel() != Reloc::PIC_ && in emitJumpTables()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCodeGen.h22 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp97 if (TM.getRelocationModel() == Reloc::PIC_ && in printPCRelImmOperand()
110 if (TM.getRelocationModel() == Reloc::PIC_) in printPCRelImmOperand()
DSystemZSubtarget.cpp42 if (TM.getRelocationModel() == Reloc::PIC_) { in GVRequiresExtraLoad()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp346 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/
DCodeGen.h22 enum Model { Static, PIC_, DynamicNoPIC }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCodeGen.h22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetMachine.cpp51 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent()
210 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/MCTargetDesc/
DAlphaMCTargetDesc.cpp56 X->InitMCCodeGenInfo(Reloc::PIC_, CM); in createAlphaMCCodeGenInfo()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCCodeEmitter.cpp129 assert(TM.getRelocationModel() == Reloc::PIC_); in emitBasicBlock()
154 if (TM.getRelocationModel() == Reloc::PIC_) { in GetRelocation()
/external/llvm/lib/Target/BPF/
DBPFTargetMachine.cpp42 return Reloc::PIC_; in getEffectiveRelocModel()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsEmitGPRestore.cpp47 if (TM.getRelocationModel() != Reloc::PIC_) in runOnMachineFunction()
/external/llvm/lib/Target/Lanai/
DLanaiTargetMachine.cpp52 return Reloc::PIC_; in getEffectiveRelocModel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiTargetMachine.cpp52 return Reloc::PIC_; in getEffectiveRelocModel()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DConfig.h42 Optional<Reloc::Model> RelocModel = Reloc::PIC_;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFTargetMachine.cpp50 return Reloc::PIC_; in getEffectiveRelocModel()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc776 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/
DARMSubtarget.cpp149 if (RelocM == Reloc::PIC_) { in GVIsIndirectSymbol()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86TargetMachine.cpp84 if (getRelocationModel() == Reloc::PIC_) in X86TargetMachine()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp44 return Reloc::PIC_; in getEffectiveRelocModel()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCTargetDesc.cpp101 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in adjustCodeGenOptsV9()

1234