Searched defs:GlobalListType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DModule.h117 typedef iplist<GlobalVariable> GlobalListType; typedef in class:llvm::Module
129 typedef GlobalListType::iterator global_iterator;
131 typedef GlobalListType::const_iterator const_global_iterator;
195 GlobalListType GlobalList; ///< The Global Variables in the module
480 const GlobalListType &getGlobalList() const { return GlobalList; }
482 GlobalListType &getGlobalList() { return GlobalList; }

Completed in 207 milliseconds