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

1 2 3

  /external/llvm/include/llvm/Support/
CodeGen.h 25 enum Model { Default, Static, PIC_, DynamicNoPIC };
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 168 RM = Reloc::PIC_;
172 RM = Reloc::PIC_;
183 RM = Reloc::PIC_;
191 RM = Reloc::PIC_;
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 99 if (RM == Reloc::PIC_)
106 if (RM != Reloc::PIC_) {
Thumb1InstrInfo.cpp 124 if (RM == Reloc::PIC_)
ARMSubtarget.cpp 298 if (RelocM == Reloc::PIC_) {
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 307 PersonalityEncoding = (RelocM == Reloc::PIC_)
310 LSDAEncoding = (RelocM == Reloc::PIC_)
313 TTypeEncoding = (RelocM == Reloc::PIC_)
318 if (RelocM == Reloc::PIC_) {
343 if (RelocM == Reloc::PIC_) {
380 if (RelocM == Reloc::PIC_) {
394 if (RelocM == Reloc::PIC_) {
407 if (RelocM == Reloc::PIC_) {
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 264 if (TM.getRelocationModel() == Reloc::PIC_)
450 if (TM.getRelocationModel() != Reloc::PIC_ ) {
464 bool PicMode = TM.getRelocationModel() == Reloc::PIC_;
MipsLongBranch.cpp 67 IsPIC(TM.getRelocationModel() == Reloc::PIC_),
187 TM.getRelocationModel() == Reloc::PIC_)))
460 if ((TM.getRelocationModel() == Reloc::PIC_) &&
509 if (TM.getRelocationModel() == Reloc::PIC_) {
MipsSubtarget.cpp 117 if (NoABICalls && TM.getRelocationModel() == Reloc::PIC_)
Mips16ISelDAGToDAG.cpp 184 if (TM.getRelocationModel() != Reloc::PIC_) {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 95 RM = Reloc::PIC_;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 92 RM = Reloc::PIC_;
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 230 if (TM.getRelocationModel() == Reloc::PIC_) {
PPCTargetMachine.cpp 385 if (getPPCTargetMachine().getRelocationModel() == Reloc::PIC_)
PPCAsmPrinter.cpp 473 TM.getRelocationModel() == Reloc::PIC_)
    [all...]
PPCRegisterInfo.cpp 237 TM.getRelocationModel() == Reloc::PIC_)
244 TM.getRelocationModel() == Reloc::PIC_)
    [all...]
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 79 // pic13 PIC_ Small GOT < 2^13 bytes
80 // pic32 PIC_ Medium GOT < 2^32 bytes
113 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
  /external/llvm/lib/Target/
TargetMachine.cpp 112 bool isPIC = getRelocationModel() == Reloc::PIC_;
TargetMachineC.cpp 123 RM = Reloc::PIC_;
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 253 // x86_64 needs small CodeModel if use PIC_ reloc, or else dlopen failed with TEXTREL.
254 if (getRelocationModel() == llvm::Reloc::PIC_) {
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 329 if (TM.getRelocationModel() == Reloc::PIC_)
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 186 config->setRelocationModel(llvm::Reloc::PIC_);
187 // For x86_64, CodeModel needs to be small if PIC_ reloc is used.
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 58 clEnumValN(Reloc::PIC_, "pic",
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 210 RM = TT.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC;
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 205 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;

Completed in 1520 milliseconds

1 2 3