/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 241 PersonalityEncoding = (RelocM == Reloc::PIC_) in InitELFMCObjectFileInfo() 244 LSDAEncoding = (RelocM == Reloc::PIC_) in InitELFMCObjectFileInfo() 247 FDEEncoding = (RelocM == Reloc::PIC_) in InitELFMCObjectFileInfo() 250 TTypeEncoding = (RelocM == Reloc::PIC_) in InitELFMCObjectFileInfo() 254 if (RelocM == Reloc::PIC_) { in InitELFMCObjectFileInfo() 279 if (RelocM == Reloc::PIC_) { in InitELFMCObjectFileInfo() 302 if (RelocM == Reloc::PIC_) { in InitELFMCObjectFileInfo()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 321 RM = Reloc::PIC_; in createX86MCCodeGenInfo() 325 RM = Reloc::PIC_; in createX86MCCodeGenInfo() 336 RM = Reloc::PIC_; in createX86MCCodeGenInfo() 344 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
|
/external/llvm/lib/Target/Mips/ |
D | MipsConstantIslandPass.cpp | 53 IsPIC(TM.getRelocationModel() == Reloc::PIC_), in MipsConstantIslands()
|
D | MipsLongBranch.cpp | 68 IsPIC(TM.getRelocationModel() == Reloc::PIC_), in MipsLongBranch() 190 TM.getRelocationModel() == Reloc::PIC_))) in initMBBInfo() 412 if ((TM.getRelocationModel() == Reloc::PIC_) && in runOnMachineFunction() 450 if (TM.getRelocationModel() == Reloc::PIC_) { in runOnMachineFunction()
|
D | Mips16HardFloat.cpp | 244 if (Subtarget.getRelocationModel() == Reloc::PIC_) in assureFPCallStub() 373 if (Subtarget.getRelocationModel() != Reloc::PIC_ ) { in fixupFPReturnAndCall() 387 bool PicMode = Subtarget.getRelocationModel() == Reloc::PIC_; in createFPFnStub()
|
D | Mips16ISelDAGToDAG.cpp | 179 if (TM.getRelocationModel() != Reloc::PIC_) { in selectAddr16()
|
D | MipsSEInstrInfo.cpp | 34 tm.getRelocationModel() == Reloc::PIC_ ? Mips::B : Mips::J), in MipsSEInstrInfo() 525 if (TM.getRelocationModel() == Reloc::PIC_) in expandEhReturn()
|
D | MipsCodeEmitter.cpp | 70 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in MipsCodeEmitter()
|
/external/llvm/include/llvm/Support/ |
D | CodeGen.h | 25 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFStreamer.cpp | 67 if (RM == Reloc::PIC_ || RM == Reloc::Default) in emitELFHeaderFlagsCG()
|
D | MipsMCTargetDesc.cpp | 113 RM = Reloc::PIC_; in createMipsMCCodeGenInfo()
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcMCTargetDesc.cpp | 71 CM = RM == Reloc::PIC_ ? CodeModel::Medium : CodeModel::Small; in createSparcMCCodeGenInfo()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCodeEmitter.cpp | 133 assert(TM.getRelocationModel() == Reloc::PIC_); in emitBasicBlock() 159 if (TM.getRelocationModel() == Reloc::PIC_) { in GetRelocation()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 132 bool isPIC = getRelocationModel() == Reloc::PIC_; in getTLSModel()
|
D | TargetMachineC.cpp | 99 RM = Reloc::PIC_; in LLVMCreateTargetMachine()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.cpp | 106 if (TM->getRelocationModel() != Reloc::PIC_) in runOnMachineFunction()
|
D | ARMSubtarget.cpp | 236 if (RelocM == Reloc::PIC_) { in GVIsIndirectSymbol()
|
D | ARMFastISel.cpp | 645 case Reloc::PIC_: in ARMMaterializeGV() 665 if (Subtarget->isTargetELF() && RelocM == Reloc::PIC_) in ARMMaterializeGV() 669 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 : in ARMMaterializeGV() 680 unsigned Opc = (RelocM!=Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic; in ARMMaterializeGV() 683 if (RelocM == Reloc::PIC_) in ARMMaterializeGV() 694 if (RelocM == Reloc::PIC_) { in ARMMaterializeGV()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetMachine.cpp | 98 if (getRelocationModel() == Reloc::PIC_) in X86TargetMachine()
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 49 clEnumValN(Reloc::PIC_, "pic",
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCTargetDesc.cpp | 144 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in createSystemZMCCodeGenInfo()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 183 RM = TheTriple.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC; in createARMMCCodeGenInfo()
|
/external/llvm/tools/lli/ |
D | lli.cpp | 144 clEnumValN(Reloc::PIC_, "pic",
|
/external/llvm/tools/lto/ |
D | LTOCodeGenerator.cpp | 278 RelocModel = Reloc::PIC_; in determineTarget()
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 123 clEnumValN(Reloc::PIC_, "pic",
|