HomeSort by: relevance | last modified time | path
    Searched defs:isPositionIndependent (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kSubtarget.cpp 56 bool M68kSubtarget::isPositionIndependent() const {
57 return TM.isPositionIndependent();
136 if (isPositionIndependent()) {
158 if (isPositionIndependent())
179 if (isPositionIndependent())
184 if (isPositionIndependent())
196 if (isPositionIndependent()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/
TargetMachine.cpp 44 bool TargetMachine::isPositionIndependent() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.cpp 71 if (!isPositionIndependent())
126 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent())
164 if (!isPositionIndependent())
306 if (!isPositionIndependent())
350 bool X86Subtarget::isPositionIndependent() const {
351 return TM.isPositionIndependent();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSubtarget.cpp 152 if (NoABICalls && TM.isPositionIndependent())
155 if (isABI_N64() && !TM.isPositionIndependent() && !hasSym32())
220 bool MipsSubtarget::isPositionIndependent() const {
221 return TM.isPositionIndependent();
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectFileInfo.h 419 bool isPositionIndependent() const { return PositionIndependent; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFastISel.cpp 186 bool isPositionIndependent() const;
519 bool ARMFastISel::isPositionIndependent() const {
520 return TLI.isPositionIndependent();
541 bool IsPositionIndependent = isPositionIndependent();
545 (Subtarget->isTargetMachO() || !IsPositionIndependent)) {
551 if (IsPositionIndependent)
561 if (Subtarget->isTargetELF() && IsPositionIndependent)
565 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0;
575 unsigned Opc = IsPositionIndependent ? ARM::t2LDRpci_pic : ARM::t2LDRpci
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 214 bool AsmPrinter::isPositionIndependent() const {
215 return TM.isPositionIndependent();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 45 bool TargetLowering::isPositionIndependent() const {
46 return getTargetMachine().isPositionIndependent();
446 if (!isPositionIndependent())
489 if (isPositionIndependent())

Completed in 29 milliseconds