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

/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.h28 bool IsPIC; member in class:llvm::MipsJITInfo
33 IsPIC(false), IsLittleEndian(true) {}
64 IsPIC = isPIC;
H A DMipsCodeEmitter.cpp58 bool IsPIC; member in class:__anon26047::MipsCodeEmitter
71 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
152 JTI->Initialize(MF, IsPIC, Subtarget->isLittle());
H A DMipsLongBranch.cpp66 IsPIC(TM.getRelocationModel() == Reloc::PIC_),
68 LongBranchSeqSize(!IsPIC ? 2 : (ABI == MipsSubtarget::N64 ? 10 :
88 bool IsPIC; member in class:__anon26053::MipsLongBranch
263 if (IsPIC) {
H A DMipsConstantIslandPass.cpp345 bool IsPIC; member in class:__anon26048::MipsConstantIslands
369 IsPIC(TM.getRelocationModel() == Reloc::PIC_),
H A DMipsISelLowering.cpp2405 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_; local
2535 (Subtarget->isABI_N64() || IsPIC); // true if calls are translated to
2564 if (!Subtarget->isABI_N64() && !IsPIC) // !N64 && static
/external/llvm/lib/Target/Sparc/
H A DSparcJITInfo.h26 bool IsPIC; member in class:llvm::SparcJITInfo
30 : IsPIC(false) {}
61 IsPIC = isPIC;
H A DSparcCodeEmitter.cpp41 bool IsPIC; member in class:__anon26139::SparcCodeEmitter
54 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
108 JTI->Initialize(MF, IsPIC);
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.h43 // IsPIC - True if the relocation model is PIC. This is used to determine
45 bool IsPIC; member in class:llvm::ARMJITInfo
48 explicit ARMJITInfo() : IsPIC(false) { useGOT = false; }
H A DARMJITInfo.cpp167 if (IsPIC) {
343 IsPIC = isPIC;
H A DARMCodeEmitter.cpp59 bool IsPIC; member in class:__anon25965::ARMCodeEmitter
74 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {}
380 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
382 JTI->Initialize(MF, IsPIC);
1495 if (IsPIC)
H A DARMExpandPseudoInsts.cpp978 bool IsPIC = local
991 if (IsPIC) {
1006 if (IsPIC) {
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp52 bool IsPIC; member in class:__anon26186::Emitter
58 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
137 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
427 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
462 if (!MCE.earlyResolveAddresses() || Is64BitMode || IsPIC) {
469 if (!MCE.earlyResolveAddresses() || Is64BitMode || IsPIC) {
1219 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1325 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1369 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);

Completed in 2094 milliseconds