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/ARM/
ARMSubtarget.cpp 150 if (RelocM == Reloc::PIC_) {
  /external/llvm/lib/Target/
TargetMachine.cpp 107 bool isPIC = getRelocationModel() == Reloc::PIC_;
TargetMachineC.cpp 70 RM = Reloc::PIC_;
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 129 assert(TM.getRelocationModel() == Reloc::PIC_);
155 if (TM.getRelocationModel() == Reloc::PIC_) {
PPCAsmPrinter.cpp 509 if (TM.getRelocationModel() == Reloc::PIC_) {
550 if (TM.getRelocationModel() == Reloc::PIC_) {
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 223 PersonalityEncoding = (RelocM == Reloc::PIC_)
226 LSDAEncoding = (RelocM == Reloc::PIC_)
229 FDEEncoding = FDECFIEncoding = (RelocM == Reloc::PIC_)
232 TTypeEncoding = (RelocM == Reloc::PIC_)
238 if (RelocM == Reloc::PIC_) {
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 69 IsPIC(TM.getRelocationModel() == Reloc::PIC_),
190 TM.getRelocationModel() == Reloc::PIC_)))
388 if ((TM.getRelocationModel() == Reloc::PIC_) &&
426 if (TM.getRelocationModel() == Reloc::PIC_) {
MipsCodeEmitter.cpp 70 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {
MipsISelDAGToDAG.cpp 307 if (TM.getRelocationModel() != Reloc::PIC_) {
MipsSEInstrInfo.cpp 28 tm.getRelocationModel() == Reloc::PIC_ ? Mips::B : Mips::J),
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 421 RM = Reloc::PIC_;
425 RM = Reloc::PIC_;
436 RM = Reloc::PIC_;
444 RM = Reloc::PIC_;
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 93 if (getRelocationModel() == Reloc::PIC_)
X86CodeEmitter.cpp 57 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
62 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
133 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 159 RM = TheTriple.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC;
  /external/llvm/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 225 if (TM.getRelocationModel() == Reloc::PIC_) {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 112 RM = Reloc::PIC_;
  /frameworks/compile/libbcc/lib/AndroidBitcode/
ABCCompilerDriver.cpp 70 mCompilerConfig->setRelocationModel(llvm::Reloc::PIC_);
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 238 RelocModel = Reloc::PIC_;
  /external/clang/lib/CodeGen/
BackendUtil.cpp 313 RM = llvm::Reloc::PIC_;
  /external/llvm/tools/llc/
llc.cpp 89 clEnumValN(Reloc::PIC_, "pic",
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 124 clEnumValN(Reloc::PIC_, "pic",
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 201 config->setRelocationModel(llvm::Reloc::PIC_);
  /external/llvm/tools/lli/
lli.cpp 146 clEnumValN(Reloc::PIC_, "pic",
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 391 clEnumValN(Reloc::PIC_, "pic",
    [all...]

Completed in 308 milliseconds

1 2