Home
last modified time | relevance | path

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

/external/llvm/lib/Target/
DTargetMachine.cpp112 bool isPIC = getRelocationModel() == Reloc::PIC_; in getTLSModel() local
119 if (isPIC && !isPIE) { in getTLSModel()
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp889 bool isPIC = getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_; in matchSparcAsmModifiers() local
896 : (isPIC ? SparcMCExpr::VK_Sparc_GOT10 : VK)); in matchSparcAsmModifiers()
901 : (isPIC ? SparcMCExpr::VK_Sparc_GOT22 : VK)); in matchSparcAsmModifiers()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1773 bool isPIC = TM.getRelocationModel() == Reloc::PIC_; in GetLabelAccessInfo() local
1775 if (isPIC) { in GetLabelAccessInfo()
1792 return isPIC; in GetLabelAccessInfo()
1795 static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC, in LowerLabelRef() argument
1805 if (isPIC) in LowerLabelRef()
1851 bool isPIC = in LowerConstantPool() local
1854 if (isPIC && Subtarget.isSVR4ABI()) { in LowerConstantPool()
1864 return LowerLabelRef(CPIHi, CPILo, isPIC, DAG); in LowerConstantPool()
1880 bool isPIC = in LowerJumpTable() local
1883 if (isPIC && Subtarget.isSVR4ABI()) { in LowerJumpTable()
[all …]
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp11147 bool is64Bit, bool isPIC) { in LowerToTLSExecModel() argument
11169 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF; in LowerToTLSExecModel()
11184 if (isPIC && !is64Bit) { in LowerToTLSExecModel()