Home
last modified time | relevance | path

Searched refs:PositionIndependent (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h419 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent()
422 bool PositionIndependent = false;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp312 if (PositionIndependent && !Large) in initELFMCObjectFileInfo()
333 PositionIndependent ? dwarf::DW_EH_PE_pcrel : dwarf::DW_EH_PE_absptr; in initELFMCObjectFileInfo()
967 PositionIndependent = PIC; in initMCObjectFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1258 bool PositionIndependent = isPositionIndependent(); in IsEligibleForTailCallOptimization() local
1266 PositionIndependent) { in IsEligibleForTailCallOptimization()
1270 unsigned MaxInRegs = PositionIndependent ? 1 : 2; in IsEligibleForTailCallOptimization()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4777 bool PositionIndependent = isPositionIndependent(); in IsEligibleForTailCallOptimization() local
4785 PositionIndependent)) { in IsEligibleForTailCallOptimization()
4789 unsigned MaxInRegs = PositionIndependent ? 2 : 3; in IsEligibleForTailCallOptimization()
19479 bool PositionIndependent = isPositionIndependent(); in LowerGlobalTLSAddress() local
19497 PositionIndependent); in LowerGlobalTLSAddress()
19510 bool PIC32 = PositionIndependent && !Subtarget.is64Bit(); in LowerGlobalTLSAddress()