HomeSort by relevance Sort by last modified time
    Searched defs:GlobalListType (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/
Module.h 118 typedef iplist<GlobalVariable> GlobalListType;
130 typedef GlobalListType::iterator global_iterator;
132 typedef GlobalListType::const_iterator const_global_iterator;
163 GlobalListType GlobalList; ///< The Global Variables in the module
424 const GlobalListType &getGlobalList() const { return GlobalList; }
426 GlobalListType &getGlobalList() { return GlobalList; }
  /external/llvm/include/llvm/IR/
Module.h 75 typedef SymbolTableList<GlobalVariable> GlobalListType;
88 typedef GlobalListType::iterator global_iterator;
90 typedef GlobalListType::const_iterator const_global_iterator;
172 GlobalListType GlobalList; ///< The Global Variables in the module
488 const GlobalListType &getGlobalList() const { return GlobalList; }
490 GlobalListType &getGlobalList() { return GlobalList; }
491 static GlobalListType Module::*getSublistAccess(GlobalVariable*) {
    [all...]

Completed in 155 milliseconds