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

References

include/llvm/IR/Module.h
   84   using global_iterator = GlobalListType::iterator;
   86   using const_global_iterator = GlobalListType::const_iterator;
  172   GlobalListType GlobalList;      ///< The Global Variables in the module
  525   const GlobalListType   &getGlobalList() const       { return GlobalList; }
  527   GlobalListType         &getGlobalList()             { return GlobalList; }
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
  903   Module::GlobalListType &global_list = M.getGlobalList();
lib/Transforms/IPO/GlobalOpt.cpp
  472   Module::GlobalListType &Globals = GV->getParent()->getGlobalList();