reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/AsmPrinter.h
  201   bool isPositionIndependent() const;

References

lib/Target/ARM/ARMAsmPrinter.cpp
  619   if (isPositionIndependent()) {
  629   if (isPositionIndependent() || STI.isROPI()) {
  635   if (isPositionIndependent()) {
  968     if (isPositionIndependent() || Subtarget->isROPI())
lib/Target/Mips/MipsAsmPrinter.cpp
  794     if (!isPositionIndependent() && STI.hasSym32())
 1074   assert(!isPositionIndependent() &&
lib/Target/PowerPC/PPCAsmPrinter.cpp
  494       isPositionIndependent())
  628     if (Subtarget->isSecurePlt() && isPositionIndependent() ) {
 1332       !isPositionIndependent())
 1361       (!isPositionIndependent() ||
lib/Target/Sparc/SparcAsmPrinter.cpp
  182   if (!isPositionIndependent()) {
lib/Target/X86/X86MCInstLower.cpp
 1376   if (isPositionIndependent())
 1477   if (isPositionIndependent())