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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CodeGen.h 22 enum Model { Default, Static, PIC_, DynamicNoPIC };
  /external/llvm/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC };
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/Alpha/MCTargetDesc/
AlphaMCTargetDesc.cpp 56 X->InitMCCodeGenInfo(Reloc::PIC_, CM);
  /external/llvm/lib/Target/BPF/
BPFTargetMachine.cpp 42 return Reloc::PIC_;
  /external/llvm/lib/Target/Lanai/
LanaiTargetMachine.cpp 52 return Reloc::PIC_;
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 118 return Reloc::PIC_;
122 return Reloc::PIC_;
132 return Reloc::PIC_;
140 return Reloc::PIC_;
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsEmitGPRestore.cpp 47 if (TM.getRelocationModel() != Reloc::PIC_)
  /external/llvm/lib/Target/
TargetMachine.cpp 60 return getRelocationModel() == Reloc::PIC_;
156 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE;
TargetMachineC.cpp 114 RM = Reloc::PIC_;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.cpp 146 assert(TM.getRelocationModel() != Reloc::PIC_ &&
172 assert(TM.getRelocationModel() != Reloc::PIC_ &&
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCCodeEmitter.cpp 129 assert(TM.getRelocationModel() == Reloc::PIC_);
154 if (TM.getRelocationModel() == Reloc::PIC_) {
  /external/swiftshader/third_party/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/PowerPC/
PPCSubtarget.cpp 236 if (TM.getRelocationModel() == Reloc::PIC_) {
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 78 // pic13 PIC_ Small GOT < 2^13 bytes
79 // pic32 PIC_ Medium GOT < 2^32 bytes
101 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.cpp 44 return Reloc::PIC_;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.cpp 149 if (RelocM == Reloc::PIC_) {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 69 RM = Reloc::PIC_;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 342 RM = Reloc::PIC_;
346 RM = Reloc::PIC_;
357 RM = Reloc::PIC_;
365 RM = Reloc::PIC_;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86TargetMachine.cpp 84 if (getRelocationModel() == Reloc::PIC_)
  /frameworks/compile/libbcc/lib/
CompilerConfig.cpp 218 // x86_64 needs small CodeModel if use PIC_ reloc, or else dlopen failed with TEXTREL.
219 if (mRelocModel.hasValue() && mRelocModel.getValue() == llvm::Reloc::PIC_) {
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.cpp 110 Reloc::PIC_, CM, OL),
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 145 RM = TheTriple.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC;
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 225 if (TM.getRelocationModel() == Reloc::PIC_) {

Completed in 1002 milliseconds

1 2 3