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

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp71 if (!isPositionIndependent())
126 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent())
164 if (!isPositionIndependent())
340 if (!isPositionIndependent())
384 bool X86Subtarget::isPositionIndependent() const { function in class:X86Subtarget
385 return TM.isPositionIndependent();
/freebsd-13-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.cpp96 if (!MF.getTarget().isPositionIndependent()) {
H A DMipsSubtarget.h224 bool isPositionIndependent() const;
H A DMipsAsmPrinter.cpp779 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent());
800 if (!isPositionIndependent() && STI.hasSym32())
1080 assert(!isPositionIndependent() &&
H A DMipsInstructionSelector.cpp400 if (MF.getTarget().isPositionIndependent()) {
668 if (MF.getTarget().isPositionIndependent()) {
724 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;
902 if (TM.isPositionIndependent())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp98 if (TM.isPositionIndependent())
105 if (!TM.isPositionIndependent()) {
H A DARMSubtarget.cpp359 if (isTargetMachO() && TM.isPositionIndependent() &&
367 return isTargetELF() && TM.isPositionIndependent() &&
H A DThumb1InstrInfo.cpp137 if (TM.isPositionIndependent())
/freebsd-13-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.cpp46 InitMCObjectFileInfo(TM.getTargetTriple(), TM.isPositionIndependent(), ctx,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp185 if (!isPositionIndependent()) {
244 if (!isPositionIndependent()) {
H A DVEISelLowering.cpp315 bool IsPICCall = isPositionIndependent();
724 if (isPositionIndependent()) {
815 if (isPositionIndependent()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h211 bool isPositionIndependent() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp107 if (Subtarget->isSecurePlt() && TM.isPositionIndependent() &&
H A DPPCAsmPrinter.cpp477 if (Subtarget->is32BitELFABI() && isPositionIndependent())
611 if (Subtarget->isSecurePlt() && isPositionIndependent() ) {
1308 !isPositionIndependent())
1337 (!isPositionIndependent() ||
H A DPPCTargetMachine.cpp502 if (getPPCTargetMachine().isPositionIndependent()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp162 if (MF->getTarget().isPositionIndependent()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp126 PersonalityEncoding = isPositionIndependent()
131 LSDAEncoding = isPositionIndependent()
134 TTypeEncoding = isPositionIndependent()
140 if (isPositionIndependent()) {
164 if (isPositionIndependent()) {
176 if (isPositionIndependent()) {
226 if (isPositionIndependent()) {
250 if (isPositionIndependent()) {
263 if (isPositionIndependent()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h411 bool isPositionIndependent() const { return PositionIndependent; } function in class:llvm::MCObjectFileInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h219 bool isPositionIndependent() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp274 return SmallDataThreshold > 0 && !TM.isPositionIndependent();

Completed in 362 milliseconds

123