/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
MipsCodeEmitter.cpp | 71 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {
|
MipsFrameLowering.cpp | 148 bool isPIC = (MF.getTarget().getRelocationModel() == Reloc::PIC_);
|
MipsISelDAGToDAG.cpp | 125 if (TM.getRelocationModel() == Reloc::PIC_) {
|
MipsISelLowering.cpp | [all...] |
/external/swiftshader/third_party/LLVM/tools/lli/ |
lli.cpp | 121 clEnumValN(Reloc::PIC_, "pic",
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
Main.cpp | 182 config->setRelocationModel(llvm::Reloc::PIC_); 183 // For x86_64, CodeModel needs to be small if PIC_ reloc is used.
|
/external/llvm/tools/lto/ |
lto.cpp | 363 unwrap(cg)->setCodePICModel(Reloc::PIC_); 558 unwrap(cg)->setCodePICModel(Reloc::PIC_);
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
PPCAsmPrinter.cpp | 451 if (TM.getRelocationModel() == Reloc::PIC_) { 492 if (TM.getRelocationModel() == Reloc::PIC_) {
|
/external/llvm/include/llvm/CodeGen/ |
CommandFlags.h | 53 clEnumValN(Reloc::PIC_, "pic",
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCTargetDesc.cpp | 195 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
|
/external/swiftshader/third_party/LLVM/tools/llc/ |
llc.cpp | 88 clEnumValN(Reloc::PIC_, "pic",
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
LTOCodeGenerator.cpp | 261 RelocModel = Reloc::PIC_;
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86CodeEmitter.cpp | 58 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} 63 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} 122 IsPIC = TM.getRelocationModel() == Reloc::PIC_; [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64TargetMachine.cpp | 167 return Reloc::PIC_;
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUTargetMachine.cpp | 139 return Reloc::PIC_;
|
/external/llvm/lib/Target/ARM/ |
ARMTargetMachine.cpp | 181 return TT.isOSBinFormatMachO() ? Reloc::PIC_ : Reloc::Static;
|
/external/swiftshader/third_party/LLVM/tools/llvm-mc/ |
llvm-mc.cpp | 126 clEnumValN(Reloc::PIC_, "pic",
|
/frameworks/compile/libbcc/tools/bcc/ |
Main.cpp | 233 config->setRelocationModel(llvm::Reloc::PIC_); 235 // For x86_64, CodeModel needs to be small if PIC_ reloc is used.
|
/external/llvm/tools/lli/ |
lli.cpp | 194 clEnumValN(Reloc::PIC_, "pic",
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMFastISel.cpp | 589 if (!isThumb && (RelocM == Reloc::PIC_)) return 0; 599 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 : (Subtarget->isThumb() ? 4 : 8); 610 unsigned Opc = (RelocM != Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic; 613 if (RelocM == Reloc::PIC_) [all...] |
ARMCodeEmitter.cpp | 72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {} 376 IsPIC = TM.getRelocationModel() == Reloc::PIC_; [all...] |
ARMAsmPrinter.cpp | 540 if (RelocM == Reloc::PIC_ || RelocM == Reloc::DynamicNoPIC) { [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/clang/lib/CodeGen/ |
BackendUtil.cpp | 555 RM = llvm::Reloc::PIC_; [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 731 bool IsPic = getTargetMachine().getRelocationModel() == Reloc::PIC_; [all...] |