Searched refs:isPositionIndependent (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp152 if (NoABICalls && TM.isPositionIndependent())
155 if (isABI_N64() && !TM.isPositionIndependent() && !hasSym32())
220 bool MipsSubtarget::isPositionIndependent() const { function in class:MipsSubtarget
221 return TM.isPositionIndependent();
H A DMips16HardFloat.cpp259 if (TM.isPositionIndependent())
434 if (!TM.isPositionIndependent()) {
448 bool PicMode = TM.isPositionIndependent();
H A DMips16ISelDAGToDAG.cpp117 if (!TM.isPositionIndependent()) {
H A DMipsMachineFunction.cpp97 if (!MF.getTarget().isPositionIndependent()) {
H A DMipsSubtarget.h221 bool isPositionIndependent() const;
H A DMipsAsmPrinter.cpp779 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent());
800 if (!isPositionIndependent() && STI.hasSym32())
1080 assert(!isPositionIndependent() &&
H A DMipsInstructionSelector.cpp365 if (MF.getTarget().isPositionIndependent()) {
569 if (MF.getTarget().isPositionIndependent()) {
625 if (MF.getTarget().isPositionIndependent()) {
H A DMipsSEInstrInfo.cpp29 return STI.isPositionIndependent() ? Mips::B_MM : Mips::J_MM;
30 return STI.isPositionIndependent() ? Mips::B : Mips::J;
888 if (TM.isPositionIndependent())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp72 if (!isPositionIndependent())
125 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent())
163 if (!isPositionIndependent())
339 if (!isPositionIndependent())
H A DX86Subtarget.h832 bool isPositionIndependent() const { return TM.isPositionIndependent(); } function in class:llvm::final
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp98 if (TM.isPositionIndependent())
105 if (!TM.isPositionIndependent()) {
H A DARMSubtarget.cpp356 if (isTargetMachO() && TM.isPositionIndependent() &&
364 return isTargetELF() && TM.isPositionIndependent() &&
H A DThumb1InstrInfo.cpp137 if (TM.isPositionIndependent())
H A DARMAsmPrinter.cpp619 if (isPositionIndependent()) {
629 if (isPositionIndependent() || STI.isROPI()) {
635 if (isPositionIndependent()) {
968 if (isPositionIndependent() || Subtarget->isROPI())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp44 bool TargetMachine::isPositionIndependent() const { function in class:TargetMachine
154 if (GV && isPositionIndependent() && GV->hasExternalWeakLinkage())
H A DTargetLoweringObjectFile.cpp45 InitMCObjectFileInfo(TM.getTargetTriple(), TM.isPositionIndependent(), *Ctx,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp112 PersonalityEncoding = isPositionIndependent()
117 LSDAEncoding = isPositionIndependent()
120 TTypeEncoding = isPositionIndependent()
126 if (isPositionIndependent()) {
150 if (isPositionIndependent()) {
162 if (isPositionIndependent()) {
212 if (isPositionIndependent()) {
236 if (isPositionIndependent()) {
249 if (isPositionIndependent()) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h211 bool isPositionIndependent() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp118 if (Subtarget->isSecurePlt() && TM.isPositionIndependent() &&
H A DPPCAsmPrinter.cpp498 if (Subtarget->is32BitELFABI() && isPositionIndependent())
632 if (Subtarget->isSecurePlt() && isPositionIndependent() ) {
1336 !isPositionIndependent())
1365 (!isPositionIndependent() ||
H A DPPCTargetMachine.cpp493 if (getPPCTargetMachine().isPositionIndependent()) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h401 bool isPositionIndependent() const { return PositionIndependent; } function in class:llvm::MCObjectFileInfo
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h210 bool isPositionIndependent() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp274 return SmallDataThreshold > 0 && !TM.isPositionIndependent();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp182 if (!isPositionIndependent()) {

Completed in 344 milliseconds

123