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

References

include/llvm/IR/Module.h
  841   PICLevel::Level getPICLevel() const;
  844   void setPICLevel(PICLevel::Level PL);
lib/IR/Module.cpp
  488 PICLevel::Level Module::getPICLevel() const {
  498 void Module::setPICLevel(PICLevel::Level PL) {
lib/Target/PowerPC/PPCAsmPrinter.cpp
  542   PICLevel::Level PL = M->getPICLevel();
lib/Target/PowerPC/PPCISelLowering.cpp
 2853   PICLevel::Level picLevel = M->getPICLevel();
lib/Target/Sparc/SparcISelLowering.cpp
 1948     PICLevel::Level picLevel = M->getPICLevel();