Home
last modified time | relevance | path

Searched refs:isPositionIndependent (Results 1 – 25 of 99) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSubtarget.cpp141 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()
DMips16HardFloat.cpp258 if (TM.isPositionIndependent()) in assureFPCallStub()
433 if (!TM.isPositionIndependent()) { in fixupFPReturnAndCall()
447 bool PicMode = TM.isPositionIndependent(); in createFPFnStub()
DMipsInstructionSelector.cpp170 if (MF.getTarget().isPositionIndependent()) in select()
DMipsSubtarget.h213 bool isPositionIndependent() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.cpp72 if (!isPositionIndependent()) in classifyLocalReference()
123 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference()
155 if (!isPositionIndependent()) in classifyGlobalReference()
318 if (!isPositionIndependent()) in X86Subtarget()
DX86Subtarget.h759 bool isPositionIndependent() const { return TM.isPositionIndependent(); } in isPositionIndependent() function
/external/llvm/lib/Target/Mips/
DMipsSubtarget.cpp117 if (NoABICalls && TM.isPositionIndependent()) in MipsSubtarget()
129 bool MipsSubtarget::isPositionIndependent() const { in isPositionIndependent() function in MipsSubtarget
130 return TM.isPositionIndependent(); in isPositionIndependent()
DMips16HardFloat.cpp264 if (TM.isPositionIndependent()) in assureFPCallStub()
442 if (!TM.isPositionIndependent()) { in fixupFPReturnAndCall()
456 bool PicMode = TM.isPositionIndependent(); in createFPFnStub()
DMipsSubtarget.h164 bool isPositionIndependent() const;
DMipsAsmPrinter.cpp677 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in EmitStartOfAsmFile()
698 if (!isPositionIndependent() && !ABI.IsN64()) in EmitStartOfAsmFile()
971 assert(!isPositionIndependent() && in EmitFPCallStub()
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp68 if (!isPositionIndependent()) in classifyLocalReference()
105 if (!isPositionIndependent()) in classifyGlobalReference()
319 if (!isPositionIndependent()) in X86Subtarget()
DX86Subtarget.h526 bool isPositionIndependent() const { return TM.isPositionIndependent(); } in isPositionIndependent() function
/external/llvm/lib/Target/ARM/
DARMInstrInfo.cpp99 if (TM.isPositionIndependent()) in expandLoadStackGuard()
106 if (!TM.isPositionIndependent()) { in expandLoadStackGuard()
DThumb1InstrInfo.cpp125 if (TM.isPositionIndependent()) in expandLoadStackGuard()
DARMSubtarget.cpp271 if (isTargetDarwin() && TM.isPositionIndependent() && in isGVIndirectSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrInfo.cpp99 if (TM.isPositionIndependent()) in expandLoadStackGuard()
106 if (!TM.isPositionIndependent()) { in expandLoadStackGuard()
DARMSubtarget.cpp337 if (isTargetMachO() && TM.isPositionIndependent() && in isGVIndirectSymbol()
345 return isTargetELF() && TM.isPositionIndependent() && in isGVInGOT()
DThumb1InstrInfo.cpp139 if (TM.isPositionIndependent()) in expandLoadStackGuard()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetMachine.cpp50 bool TargetMachine::isPositionIndependent() const { in isPositionIndependent() function in TargetMachine
155 if (GV && isPositionIndependent() && GV->hasExternalWeakLinkage()) in shouldAssumeDSOLocal()
/external/llvm/lib/Target/
DTargetMachine.cpp59 bool TargetMachine::isPositionIndependent() const { in isPositionIndependent() function in TargetMachine
DTargetLoweringObjectFile.cpp46 InitMCObjectFileInfo(TM.getTargetTriple(), TM.isPositionIndependent(), in Initialize()
/external/llvm/include/llvm/Target/
DTargetMachine.h177 bool isPositionIndependent() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp119 if (Subtarget->isSecurePlt() && TM.isPositionIndependent() && in GetSymbolRef()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetMachine.h185 bool isPositionIndependent() const;
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h350 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent() function

1234