Home | History | Annotate | Download | only in IR

Lines Matching refs:GlobalList

154   GlobalListType GlobalList;      ///< The Global Variables in the module
483 const GlobalListType &getGlobalList() const { return GlobalList; }
485 GlobalListType &getGlobalList() { return GlobalList; }
487 return &Module::GlobalList;
530 global_iterator global_begin() { return GlobalList.begin(); }
531 const_global_iterator global_begin() const { return GlobalList.begin(); }
532 global_iterator global_end () { return GlobalList.end(); }
533 const_global_iterator global_end () const { return GlobalList.end(); }
534 bool global_empty() const { return GlobalList.empty(); }