HomeSort by relevance Sort by last modified time
    Searched refs:isPIC (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/Mips/
MipsJITInfo.h 28 bool IsPIC;
33 IsPIC(false), IsLittleEndian(true) {}
62 void Initialize(const MachineFunction &MF, bool isPIC,
64 IsPIC = isPIC;
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 44 // IsPIC - True if the relocation model is PIC. This is used to determine
46 bool IsPIC;
49 explicit ARMJITInfo() : IsPIC(false) { useGOT = false; }
106 void Initialize(const MachineFunction &MF, bool isPIC) {
110 IsPIC = isPIC;
ARMAsmPrinter.cpp     [all...]
ARMExpandPseudoInsts.cpp     [all...]
  /external/llvm/lib/Target/
TargetMachine.cpp 132 bool isPIC = getRelocationModel() == Reloc::PIC_;
139 if (isPIC && !isPIE) {
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 231 milliseconds