Searched defs:isPIC (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/Sparc/ |
D | SparcJITInfo.h | 60 void Initialize(const MachineFunction &MF, bool isPIC) { in Initialize()
|
/external/llvm/lib/Target/Mips/ |
D | MipsJITInfo.h | 62 void Initialize(const MachineFunction &MF, bool isPIC, in Initialize()
|
/external/llvm/lib/Target/ARM/ |
D | ARMJITInfo.cpp | 339 void ARMJITInfo::Initialize(const MachineFunction &MF, bool isPIC) { in Initialize()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 111 bool isPIC = getRelocationModel() == Reloc::PIC_; in getTLSModel() local
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 892 bool isPIC = getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_; in matchSparcAsmModifiers() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 1496 bool isPIC = TM.getRelocationModel() == Reloc::PIC_ && in GetLabelAccessInfo() local 1518 static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC, in LowerLabelRef() 1552 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); in LowerConstantPool() local 1573 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); in LowerJumpTable() local 1586 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); in LowerBlockAddress() local 1701 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag, GV); in LowerGlobalAddress() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 10424 bool is64Bit, bool isPIC) { in LowerToTLSExecModel()
|