Home | History | Annotate | Download | only in IR

Lines Matching refs:GlobalList

169   GlobalListType GlobalList;      ///< The Global Variables in the module
498 const GlobalListType &getGlobalList() const { return GlobalList; }
500 GlobalListType &getGlobalList() { return GlobalList; }
503 return &Module::GlobalList;
555 global_iterator global_begin() { return GlobalList.begin(); }
556 const_global_iterator global_begin() const { return GlobalList.begin(); }
557 global_iterator global_end () { return GlobalList.end(); }
558 const_global_iterator global_end () const { return GlobalList.end(); }
559 bool global_empty() const { return GlobalList.empty(); }