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()
1001 bool isPIC = getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_; in matchSparcAsmModifiers() local1015 : (isPIC ? SparcMCExpr::VK_Sparc_GOT10 : VK)); in matchSparcAsmModifiers()1020 : (isPIC ? SparcMCExpr::VK_Sparc_GOT22 : VK)); in matchSparcAsmModifiers()
1944 bool isPIC = TM.getRelocationModel() == Reloc::PIC_; in GetLabelAccessInfo() local1946 if (isPIC) { in GetLabelAccessInfo()1963 return isPIC; in GetLabelAccessInfo()1966 static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC, in LowerLabelRef() argument1976 if (isPIC) in LowerLabelRef()2022 bool isPIC = in LowerConstantPool() local2025 if (isPIC && Subtarget.isSVR4ABI()) { in LowerConstantPool()2035 return LowerLabelRef(CPIHi, CPILo, isPIC, DAG); in LowerConstantPool()2051 bool isPIC = in LowerJumpTable() local2054 if (isPIC && Subtarget.isSVR4ABI()) { in LowerJumpTable()[all …]
11546 bool is64Bit, bool isPIC) { in LowerToTLSExecModel() argument11568 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF; in LowerToTLSExecModel()11583 if (isPIC && !is64Bit) { in LowerToTLSExecModel()