reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
841 PICLevel::Level getPICLevel() const;
140 M.getPICLevel() == PICLevel::NotPIC ? Reloc::Static : Reloc::PIC_;
lib/Target/PowerPC/PPCAsmPrinter.cpp501 M->getPICLevel() == PICLevel::BigPIC) 542 PICLevel::Level PL = M->getPICLevel(); 631 M->getPICLevel() == PICLevel::SmallPIC ? "_GLOBAL_OFFSET_TABLE_" 1335 if (M.getPICLevel() == PICLevel::SmallPIC) 1362 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC))lib/Target/PowerPC/PPCISelDAGToDAG.cpp
443 M->getPICLevel() == PICLevel::SmallPIC) { 4392 Mod->getPICLevel() == PICLevel::SmallPIC)lib/Target/PowerPC/PPCISelLowering.cpp
2853 PICLevel::Level picLevel = M->getPICLevel();
lib/Target/PowerPC/PPCMCInstLower.cpp 119 M->getPICLevel() == PICLevel::BigPIC &&
lib/Target/Sparc/SparcISelLowering.cpp 1948 PICLevel::Level picLevel = M->getPICLevel();