HomeSort by relevance Sort by last modified time
    Searched refs:PIC_ (Results 1 - 25 of 37) sorted by null

1 2

  /external/llvm/include/llvm/Support/
CodeGen.h 22 enum Model { Default, Static, PIC_, DynamicNoPIC };
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.cpp 42 if (TM.getRelocationModel() == Reloc::PIC_) {
SystemZAsmPrinter.cpp 97 if (TM.getRelocationModel() == Reloc::PIC_ &&
110 if (TM.getRelocationModel() == Reloc::PIC_)
  /external/llvm/lib/Target/Alpha/MCTargetDesc/
AlphaMCTargetDesc.cpp 56 X->InitMCCodeGenInfo(Reloc::PIC_, CM);
  /external/llvm/lib/Target/Mips/
MipsEmitGPRestore.cpp 47 if (TM.getRelocationModel() != Reloc::PIC_)
MipsCodeEmitter.cpp 71 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {
MipsFrameLowering.cpp 148 bool isPIC = (MF.getTarget().getRelocationModel() == Reloc::PIC_);
MipsISelDAGToDAG.cpp 125 if (TM.getRelocationModel() == Reloc::PIC_) {
  /external/llvm/lib/CodeGen/
ELFCodeEmitter.cpp 146 assert(TM.getRelocationModel() != Reloc::PIC_ &&
172 assert(TM.getRelocationModel() != Reloc::PIC_ &&
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 129 assert(TM.getRelocationModel() == Reloc::PIC_);
154 if (TM.getRelocationModel() == Reloc::PIC_) {
PPCAsmPrinter.cpp 458 if (TM.getRelocationModel() == Reloc::PIC_) {
499 if (TM.getRelocationModel() == Reloc::PIC_) {
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 209 PersonalityEncoding = (RelocM == Reloc::PIC_)
212 LSDAEncoding = (RelocM == Reloc::PIC_)
215 FDEEncoding = FDECFIEncoding = (RelocM == Reloc::PIC_)
218 TTypeEncoding = (RelocM == Reloc::PIC_)
224 if (RelocM == Reloc::PIC_) {
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 148 if (RelocM == Reloc::PIC_) {
ARMFastISel.cpp 589 if (!isThumb && (RelocM == Reloc::PIC_)) return 0;
599 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 : (Subtarget->isThumb() ? 4 : 8);
610 unsigned Opc = (RelocM != Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic;
613 if (RelocM == Reloc::PIC_)
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 69 RM = Reloc::PIC_;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 400 RM = Reloc::PIC_;
404 RM = Reloc::PIC_;
415 RM = Reloc::PIC_;
423 RM = Reloc::PIC_;
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 84 if (getRelocationModel() == Reloc::PIC_)
X86CodeEmitter.cpp 58 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
63 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
122 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 137 RM = TheTriple.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC;
  /external/llvm/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 225 if (TM.getRelocationModel() == Reloc::PIC_) {
  /external/llvm/tools/lli/
lli.cpp 121 clEnumValN(Reloc::PIC_, "pic",
  /external/llvm/tools/llc/
llc.cpp 88 clEnumValN(Reloc::PIC_, "pic",
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 261 RelocModel = Reloc::PIC_;
  /external/clang/lib/CodeGen/
BackendUtil.cpp 292 RM = llvm::Reloc::PIC_;
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 126 clEnumValN(Reloc::PIC_, "pic",

Completed in 354 milliseconds

1 2