/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 141 if (NoABICalls && TM.isPositionIndependent()) in MipsSubtarget() 144 if (isABI_N64() && !TM.isPositionIndependent() && !hasSym32()) in MipsSubtarget() 209 bool MipsSubtarget::isPositionIndependent() const { in isPositionIndependent() function in MipsSubtarget 210 return TM.isPositionIndependent(); in isPositionIndependent()
|
D | Mips16HardFloat.cpp | 258 if (TM.isPositionIndependent()) in assureFPCallStub() 433 if (!TM.isPositionIndependent()) { in fixupFPReturnAndCall() 447 bool PicMode = TM.isPositionIndependent(); in createFPFnStub()
|
D | MipsInstructionSelector.cpp | 170 if (MF.getTarget().isPositionIndependent()) in select()
|
D | MipsSubtarget.h | 213 bool isPositionIndependent() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 72 if (!isPositionIndependent()) in classifyLocalReference() 123 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference() 155 if (!isPositionIndependent()) in classifyGlobalReference() 318 if (!isPositionIndependent()) in X86Subtarget()
|
D | X86Subtarget.h | 759 bool isPositionIndependent() const { return TM.isPositionIndependent(); } in isPositionIndependent() function
|
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 117 if (NoABICalls && TM.isPositionIndependent()) in MipsSubtarget() 129 bool MipsSubtarget::isPositionIndependent() const { in isPositionIndependent() function in MipsSubtarget 130 return TM.isPositionIndependent(); in isPositionIndependent()
|
D | Mips16HardFloat.cpp | 264 if (TM.isPositionIndependent()) in assureFPCallStub() 442 if (!TM.isPositionIndependent()) { in fixupFPReturnAndCall() 456 bool PicMode = TM.isPositionIndependent(); in createFPFnStub()
|
D | MipsSubtarget.h | 164 bool isPositionIndependent() const;
|
D | MipsAsmPrinter.cpp | 677 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in EmitStartOfAsmFile() 698 if (!isPositionIndependent() && !ABI.IsN64()) in EmitStartOfAsmFile() 971 assert(!isPositionIndependent() && in EmitFPCallStub()
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 68 if (!isPositionIndependent()) in classifyLocalReference() 105 if (!isPositionIndependent()) in classifyGlobalReference() 319 if (!isPositionIndependent()) in X86Subtarget()
|
D | X86Subtarget.h | 526 bool isPositionIndependent() const { return TM.isPositionIndependent(); } in isPositionIndependent() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.cpp | 99 if (TM.isPositionIndependent()) in expandLoadStackGuard() 106 if (!TM.isPositionIndependent()) { in expandLoadStackGuard()
|
D | Thumb1InstrInfo.cpp | 125 if (TM.isPositionIndependent()) in expandLoadStackGuard()
|
D | ARMSubtarget.cpp | 271 if (isTargetDarwin() && TM.isPositionIndependent() && in isGVIndirectSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.cpp | 99 if (TM.isPositionIndependent()) in expandLoadStackGuard() 106 if (!TM.isPositionIndependent()) { in expandLoadStackGuard()
|
D | ARMSubtarget.cpp | 337 if (isTargetMachO() && TM.isPositionIndependent() && in isGVIndirectSymbol() 345 return isTargetELF() && TM.isPositionIndependent() && in isGVInGOT()
|
D | Thumb1InstrInfo.cpp | 139 if (TM.isPositionIndependent()) in expandLoadStackGuard()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 50 bool TargetMachine::isPositionIndependent() const { in isPositionIndependent() function in TargetMachine 155 if (GV && isPositionIndependent() && GV->hasExternalWeakLinkage()) in shouldAssumeDSOLocal()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 59 bool TargetMachine::isPositionIndependent() const { in isPositionIndependent() function in TargetMachine
|
D | TargetLoweringObjectFile.cpp | 46 InitMCObjectFileInfo(TM.getTargetTriple(), TM.isPositionIndependent(), in Initialize()
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 177 bool isPositionIndependent() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCMCInstLower.cpp | 119 if (Subtarget->isSecurePlt() && TM.isPositionIndependent() && in GetSymbolRef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | TargetMachine.h | 185 bool isPositionIndependent() const;
|
/external/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 350 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent() function
|