Searched refs:IsPIC (Results 1 - 9 of 9) 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 DMipsConstantIslandPass.cpp53 IsPIC(TM.getRelocationModel() == Reloc::PIC_),
64 bool IsPIC; member in class:__anon21430::MipsConstantIslands
H A DMipsCodeEmitter.cpp57 bool IsPIC; member in class:__anon21429::MipsCodeEmitter
70 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
140 JTI->Initialize(MF, IsPIC, Subtarget->isLittle());
H A DMipsLongBranch.cpp68 IsPIC(TM.getRelocationModel() == Reloc::PIC_),
70 LongBranchSeqSize(!IsPIC ? 2 : (ABI == MipsSubtarget::N64 ? 13 : 9)) {}
89 bool IsPIC; member in class:__anon21432::MipsLongBranch
259 if (IsPIC) {
H A DMipsISelLowering.cpp2342 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_; local
2467 bool IsPICCall = (IsN64 || IsPIC); // true if calls are translated to jalr $25
2488 if (!IsN64 && !IsPIC) // !N64 && static
/external/llvm/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:__anon21351::ARMCodeEmitter
72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {}
411 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
413 JTI->Initialize(MF, IsPIC);
1612 if (IsPIC)
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp51 bool IsPIC; member in class:__anon21550::Emitter
57 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
136 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
429 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
464 if (!MCE.earlyResolveAddresses() || Is64BitMode || IsPIC) {
471 if (!MCE.earlyResolveAddresses() || Is64BitMode || IsPIC) {
1267 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1371 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1413 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);

Completed in 105 milliseconds