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

1 2 3 4

  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 117 if (NoABICalls && TM.isPositionIndependent())
129 bool MipsSubtarget::isPositionIndependent() const {
130 return TM.isPositionIndependent();
Mips16HardFloat.cpp 264 if (TM.isPositionIndependent())
442 if (!TM.isPositionIndependent()) {
456 bool PicMode = TM.isPositionIndependent();
MipsSubtarget.h 164 bool isPositionIndependent() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSubtarget.cpp 141 if (NoABICalls && TM.isPositionIndependent())
144 if (isABI_N64() && !TM.isPositionIndependent() && !hasSym32())
209 bool MipsSubtarget::isPositionIndependent() const {
210 return TM.isPositionIndependent();
Mips16HardFloat.cpp 258 if (TM.isPositionIndependent())
433 if (!TM.isPositionIndependent()) {
447 bool PicMode = TM.isPositionIndependent();
Mips16ISelDAGToDAG.cpp 118 if (!TM.isPositionIndependent()) {
MipsInstructionSelector.cpp 170 if (MF.getTarget().isPositionIndependent())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.cpp 72 if (!isPositionIndependent())
123 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent())
155 if (!isPositionIndependent())
318 if (!isPositionIndependent())
X86Subtarget.h 759 bool isPositionIndependent() const { return TM.isPositionIndependent(); }
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 99 if (TM.isPositionIndependent())
106 if (!TM.isPositionIndependent()) {
Thumb1InstrInfo.cpp 125 if (TM.isPositionIndependent())
ARMSubtarget.cpp 271 if (isTargetDarwin() && TM.isPositionIndependent() &&
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 99 if (TM.isPositionIndependent())
106 if (!TM.isPositionIndependent()) {
ARMSubtarget.cpp 337 if (isTargetMachO() && TM.isPositionIndependent() &&
345 return isTargetELF() && TM.isPositionIndependent() &&
Thumb1InstrInfo.cpp 139 if (TM.isPositionIndependent())
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 68 if (!isPositionIndependent())
105 if (!isPositionIndependent())
319 if (!isPositionIndependent())
X86Subtarget.h 526 bool isPositionIndependent() const { return TM.isPositionIndependent(); }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
TargetMachine.cpp 50 bool TargetMachine::isPositionIndependent() const {
155 if (GV && isPositionIndependent() && GV->hasExternalWeakLinkage())
  /external/llvm/include/llvm/Target/
TargetMachine.h 177 bool isPositionIndependent() const;
  /external/llvm/lib/Target/
TargetMachine.cpp 59 bool TargetMachine::isPositionIndependent() const {
TargetLoweringObjectFile.cpp 46 InitMCObjectFileInfo(TM.getTargetTriple(), TM.isPositionIndependent(),
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 151 bool isPositionIndependent() const;
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 350 bool isPositionIndependent() const { return PositionIndependent; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCObjectFileInfo.h 382 bool isPositionIndependent() const { return PositionIndependent; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
TargetMachine.h 185 bool isPositionIndependent() const;

Completed in 2176 milliseconds

1 2 3 4