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

/external/llvm/lib/Target/Mips/
H A DMipsLongBranch.cpp67 IsPIC(TM.getRelocationModel() == Reloc::PIC_),
87 bool IsPIC; member in class:__anon10774::MipsLongBranch
268 if (IsPIC) {
457 !IsPIC ? 2 : (ABI.IsN64() ? 10 : (!STI.isTargetNaCl() ? 9 : 10));
H A DMipsConstantIslandPass.cpp346 bool IsPIC; member in class:__anon10769::MipsConstantIslands
369 IsPIC(TM.getRelocationModel() == Reloc::PIC_), STI(nullptr),
H A DMipsISelLowering.cpp2542 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_; local
2696 bool IsPICCall = (ABI.IsN64() || IsPIC); // true if calls are translated to
2727 if (!ABI.IsN64() && !IsPIC) // !N64 && static
/external/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp981 bool IsPIC = local
994 if (IsPIC) {
1009 if (IsPIC) {

Completed in 200 milliseconds