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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp220 bool MipsSubtarget::isPositionIndependent() const { function in class:MipsSubtarget
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp44 bool TargetMachine::isPositionIndependent() const { function in class:TargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h401 bool isPositionIndependent() const { return PositionIndependent; } function in class:llvm::MCObjectFileInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp205 bool AsmPrinter::isPositionIndependent() const { function in class:AsmPrinter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp533 bool ARMFastISel::isPositionIndependent() const { function in class:ARMFastISel
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h832 bool isPositionIndependent() const { return TM.isPositionIndependent(); } function in class:llvm::final
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp45 bool TargetLowering::isPositionIndependent() const { function in class:TargetLowering

Completed in 196 milliseconds