Searched refs:isPIC (Results 1 – 4 of 4) sorted by relevance
112 bool isPIC = getRelocationModel() == Reloc::PIC_; in getTLSModel() local119 if (isPIC && !isPIE) { in getTLSModel()
889 bool isPIC = getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_; in matchSparcAsmModifiers() local896 : (isPIC ? SparcMCExpr::VK_Sparc_GOT10 : VK)); in matchSparcAsmModifiers()901 : (isPIC ? SparcMCExpr::VK_Sparc_GOT22 : VK)); in matchSparcAsmModifiers()
1773 bool isPIC = TM.getRelocationModel() == Reloc::PIC_; in GetLabelAccessInfo() local1775 if (isPIC) { in GetLabelAccessInfo()1792 return isPIC; in GetLabelAccessInfo()1795 static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC, in LowerLabelRef() argument1805 if (isPIC) in LowerLabelRef()1851 bool isPIC = in LowerConstantPool() local1854 if (isPIC && Subtarget.isSVR4ABI()) { in LowerConstantPool()1864 return LowerLabelRef(CPIHi, CPILo, isPIC, DAG); in LowerConstantPool()1880 bool isPIC = in LowerJumpTable() local1883 if (isPIC && Subtarget.isSVR4ABI()) { in LowerJumpTable()[all …]
11147 bool is64Bit, bool isPIC) { in LowerToTLSExecModel() argument11169 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF; in LowerToTLSExecModel()11184 if (isPIC && !is64Bit) { in LowerToTLSExecModel()