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

  /external/llvm/lib/Target/Mips/
MipsJITInfo.h 28 bool IsPIC;
32 IsPIC(false) {}
61 void Initialize(const MachineFunction &MF, bool isPIC) {
62 IsPIC = isPIC;
MipsFrameLowering.cpp 139 bool isPIC = (MF.getTarget().getRelocationModel() == Reloc::PIC_);
160 if (isPIC && MipsFI->globalBaseRegSet() && 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...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 209 bool isPIC(const MCLDInfo& pLDInfo, const Output& pOutput) const;
ARMLDBackend.cpp 180 bool ARMGNULDBackend::isPIC(const MCLDInfo& pLDInfo, const Output& pOutput) const
317 if (!isPIC(pLDInfo, pOutput))
378 if(isPIC(pLDInfo, pOutput)) {
407 if(isPIC(pLDInfo, pOutput)) {
442 if(isPIC(pLDInfo, pOutput)) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 162 milliseconds