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

References

lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  112     PersonalityEncoding = isPositionIndependent()
  117     LSDAEncoding = isPositionIndependent()
  120     TTypeEncoding = isPositionIndependent()
  126     if (isPositionIndependent()) {
  150     if (isPositionIndependent()) {
  162     if (isPositionIndependent()) {
  212     if (isPositionIndependent()) {
  236     if (isPositionIndependent()) {
  249     if (isPositionIndependent()) {
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  534     IsPicEnabled = getContext().getObjectFileInfo()->isPositionIndependent();
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  814   Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent();
lib/Target/Mips/MipsAsmPrinter.cpp
  773   TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent());
lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
 1673   if (getContext().getObjectFileInfo()->isPositionIndependent()) {
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
  946       if (getContext().getObjectFileInfo()->isPositionIndependent()) {
 1268   if (getContext().getObjectFileInfo()->isPositionIndependent()) {