Searched defs:isPIC (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.h62 void Initialize(const MachineFunction &MF, bool isPIC, argument
64 IsPIC = isPIC;
/external/llvm/lib/Target/Sparc/
H A DSparcJITInfo.h60 void Initialize(const MachineFunction &MF, bool isPIC) { argument
61 IsPIC = isPIC;
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp339 void ARMJITInfo::Initialize(const MachineFunction &MF, bool isPIC) { argument
343 IsPIC = isPIC;
/external/llvm/lib/Target/
H A DTargetMachine.cpp111 bool isPIC = getRelocationModel() == Reloc::PIC_; local
118 if (isPIC && !isPIE) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1496 bool isPIC = TM.getRelocationModel() == Reloc::PIC_ && local
1498 if (isPIC) {
1515 return isPIC;
1518 static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC, argument
1528 if (isPIC)
1552 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); local
1557 return LowerLabelRef(CPIHi, CPILo, isPIC, DAG);
1573 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); local
1576 return LowerLabelRef(JTIHi, JTILo, isPIC, DAG);
1586 bool isPIC local
1701 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag, GV); local
[all...]

Completed in 112 milliseconds