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

1 2 3

  /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/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/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/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(),
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 169 bool isPositionIndependent() const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 169 bool isPositionIndependent() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 169 bool isPositionIndependent() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 169 bool isPositionIndependent() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 169 bool isPositionIndependent() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 169 bool isPositionIndependent() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 169 bool isPositionIndependent() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 169 bool isPositionIndependent() const;
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 151 bool isPositionIndependent() const;
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 350 bool isPositionIndependent() const { return PositionIndependent; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 344 bool isPositionIndependent() const { return PositionIndependent; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 344 bool isPositionIndependent() const { return PositionIndependent; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 344 bool isPositionIndependent() const { return PositionIndependent; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 344 bool isPositionIndependent() const { return PositionIndependent; }

Completed in 2595 milliseconds

1 2 3