Home
last modified time | relevance | path

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

/external/llvm/lib/Target/
DTargetMachine.cpp112 bool isPIC = getRelocationModel() == Reloc::PIC_; in getTLSModel() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1963 bool isPIC = TM.getRelocationModel() == Reloc::PIC_; in GetLabelAccessInfo() local
1985 static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC, in LowerLabelRef()
2041 bool isPIC = in LowerConstantPool() local
2070 bool isPIC = in LowerJumpTable() local
2099 bool isPIC = in LowerBlockAddress() local
2212 bool isPIC = in LowerGlobalAddress() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp12253 bool is64Bit, bool isPIC) { in LowerToTLSExecModel()