Home
last modified time | relevance | path

Searched defs:isPositionIndependent (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSubtarget.cpp129 bool MipsSubtarget::isPositionIndependent() const { in isPositionIndependent() function in MipsSubtarget
/external/llvm/lib/Target/
DTargetMachine.cpp59 bool TargetMachine::isPositionIndependent() const { in isPositionIndependent() function in TargetMachine
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h350 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent() function
/external/llvm/lib/Target/X86/
DX86Subtarget.h526 bool isPositionIndependent() const { return TM.isPositionIndependent(); } in isPositionIndependent() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp127 bool AsmPrinter::isPositionIndependent() const { in isPositionIndependent() function in AsmPrinter
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp46 bool TargetLowering::isPositionIndependent() const { in isPositionIndependent() function in TargetLowering
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp541 bool ARMFastISel::isPositionIndependent() const { in isPositionIndependent() function in ARMFastISel