Searched refs:isPIC (Results 1 - 8 of 8) 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/
H A DTargetMachine.cpp111 bool isPIC = getRelocationModel() == Reloc::PIC_; local
118 if (isPIC && !isPIE) {
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.h105 void Initialize(const MachineFunction &MF, bool isPIC);
H A DARMJITInfo.cpp339 void ARMJITInfo::Initialize(const MachineFunction &MF, bool isPIC) { argument
343 IsPIC = isPIC;
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp892 bool isPIC = getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_;
899 : (isPIC ? SparcMCExpr::VK_Sparc_GOT10 : VK));
904 : (isPIC ? SparcMCExpr::VK_Sparc_GOT22 : VK));
/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...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10424 bool is64Bit, bool isPIC) {
10446 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF;
10461 if (isPIC && !is64Bit) {

Completed in 298 milliseconds