/external/llvm/lib/Target/Mips/ |
MipsConstantIslandPass.cpp | 53 IsPIC(TM.getRelocationModel() == Reloc::PIC_),
|
Mips16HardFloat.cpp | 244 if (Subtarget.getRelocationModel() == Reloc::PIC_) 373 if (Subtarget.getRelocationModel() != Reloc::PIC_ ) { 387 bool PicMode = Subtarget.getRelocationModel() == Reloc::PIC_;
|
MipsLongBranch.cpp | 68 IsPIC(TM.getRelocationModel() == Reloc::PIC_), 190 TM.getRelocationModel() == Reloc::PIC_))) 412 if ((TM.getRelocationModel() == Reloc::PIC_) && 450 if (TM.getRelocationModel() == Reloc::PIC_) {
|
Mips16ISelDAGToDAG.cpp | 179 if (TM.getRelocationModel() != Reloc::PIC_) {
|
MipsCodeEmitter.cpp | 70 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
|
MipsSEInstrInfo.cpp | 34 tm.getRelocationModel() == Reloc::PIC_ ? Mips::B : Mips::J), 525 if (TM.getRelocationModel() == Reloc::PIC_)
|
/external/llvm/include/llvm/Support/ |
CodeGen.h | 25 enum Model { Default, Static, PIC_, DynamicNoPIC };
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsELFStreamer.cpp | 67 if (RM == Reloc::PIC_ || RM == Reloc::Default)
|
MipsMCTargetDesc.cpp | 113 RM = Reloc::PIC_;
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
SparcMCTargetDesc.cpp | 59 // pic13 PIC_ Small GOT < 2^13 bytes 60 // pic32 PIC_ Medium GOT < 2^32 bytes 71 CM = RM == Reloc::PIC_ ? CodeModel::Medium : CodeModel::Small;
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCTargetDesc.cpp | 321 RM = Reloc::PIC_; 325 RM = Reloc::PIC_; 336 RM = Reloc::PIC_; 344 RM = Reloc::PIC_;
|
/external/llvm/lib/MC/ |
MCObjectFileInfo.cpp | 241 PersonalityEncoding = (RelocM == Reloc::PIC_) 244 LSDAEncoding = (RelocM == Reloc::PIC_) 247 FDEEncoding = (RelocM == Reloc::PIC_) 250 TTypeEncoding = (RelocM == Reloc::PIC_) 254 if (RelocM == Reloc::PIC_) { 279 if (RelocM == Reloc::PIC_) { 302 if (RelocM == Reloc::PIC_) {
|
/external/llvm/include/llvm/CodeGen/ |
CommandFlags.h | 49 clEnumValN(Reloc::PIC_, "pic",
|
/external/llvm/lib/Target/ARM/ |
ARMInstrInfo.cpp | 106 if (TM->getRelocationModel() != Reloc::PIC_)
|
ARMSubtarget.cpp | 236 if (RelocM == Reloc::PIC_) {
|
/external/llvm/lib/Target/ |
TargetMachine.cpp | 132 bool isPIC = getRelocationModel() == Reloc::PIC_;
|
TargetMachineC.cpp | 99 RM = Reloc::PIC_;
|
/external/llvm/lib/Target/X86/ |
X86TargetMachine.cpp | 98 if (getRelocationModel() == Reloc::PIC_)
|
/external/llvm/lib/Target/PowerPC/ |
PPCCodeEmitter.cpp | 133 assert(TM.getRelocationModel() == Reloc::PIC_); 159 if (TM.getRelocationModel() == Reloc::PIC_) {
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMCTargetDesc.cpp | 183 RM = TheTriple.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC;
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCTargetDesc.cpp | 144 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
Main.cpp | 194 config->setRelocationModel(llvm::Reloc::PIC_);
|
/external/llvm/tools/lli/ |
lli.cpp | 144 clEnumValN(Reloc::PIC_, "pic",
|
/external/llvm/tools/llvm-mc/ |
llvm-mc.cpp | 123 clEnumValN(Reloc::PIC_, "pic",
|
/external/llvm/tools/lto/ |
LTOCodeGenerator.cpp | 278 RelocModel = Reloc::PIC_;
|