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

  /external/llvm/lib/Target/Mips/
MipsJITInfo.h 30 bool IsPIC;
34 IsPIC(false) {}
63 void Initialize(const MachineFunction &MF, bool isPIC) {
64 IsPIC = isPIC;
MipsFrameLowering.cpp 148 bool isPIC = (MF.getTarget().getRelocationModel() == Reloc::PIC_);
168 if (isPIC && STI.isABI_O32())
  /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;
ARMExpandPseudoInsts.cpp     [all...]
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 339 milliseconds