Home
last modified time | relevance | path

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

/external/llvm/lib/Target/
DTargetMachine.cpp112 bool isPIC = getRelocationModel() == Reloc::PIC_; in getTLSModel() local
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp889 bool isPIC = getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_; in matchSparcAsmModifiers() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1773 bool isPIC = TM.getRelocationModel() == Reloc::PIC_; in GetLabelAccessInfo() local
1795 static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC, in LowerLabelRef()
1851 bool isPIC = in LowerConstantPool() local
1880 bool isPIC = in LowerJumpTable() local
1909 bool isPIC = in LowerBlockAddress() local
2019 bool isPIC = in LowerGlobalAddress() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp11147 bool is64Bit, bool isPIC) { in LowerToTLSExecModel()