Searched refs:IsPIC (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsJITInfo.h28 bool IsPIC; member in class:llvm::MipsJITInfo
32 IsPIC(false) {}
62 IsPIC = isPIC;
H A DMipsCodeEmitter.cpp56 bool IsPIC; member in class:__anon10436::MipsCodeEmitter
70 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {
136 JTI->Initialize(MF, IsPIC);
H A DMipsLongBranch.cpp69 IsPIC(TM.getRelocationModel() == Reloc::PIC_),
71 LongBranchSeqSize(!IsPIC ? 2 : (ABI == MipsSubtarget::N64 ? 13 : 9)) {}
91 bool IsPIC; member in class:__anon10439::MipsLongBranch
254 if (IsPIC) {
H A DMipsISelLowering.cpp1856 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_; local
1860 if (!IsPIC && !IsN64) {
2890 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_; local
3019 bool IsPICCall = (IsN64 || IsPIC); // true if calls are translated to jalr $25
3040 if (IsN64 || (!IsO32 && IsPIC))
3042 else if (!IsPIC) // !N64 && static
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMJITInfo.h44 // IsPIC - True if the relocation model is PIC. This is used to determine
46 bool IsPIC; member in class:llvm::ARMJITInfo
49 explicit ARMJITInfo() : IsPIC(false) { useGOT = false; }
110 IsPIC = isPIC;
H A DARMJITInfo.cpp166 if (IsPIC) {
H A DARMCodeEmitter.cpp57 bool IsPIC; member in class:__anon10319::ARMCodeEmitter
72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {}
384 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
386 JTI->Initialize(MF, IsPIC);
1498 if (IsPIC)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86CodeEmitter.cpp51 bool IsPIC; member in class:__anon10503::Emitter
57 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
62 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
133 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
426 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
461 if (!MCE.earlyResolveAddresses() || Is64BitMode || IsPIC) {
468 if (!MCE.earlyResolveAddresses() || Is64BitMode || IsPIC) {
1251 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1350 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1392 : (IsPIC
[all...]

Completed in 147 milliseconds