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

  /external/llvm/include/llvm/IR/
Module.h 73 typedef SymbolTableList<GlobalVariable> GlobalListType;
84 typedef GlobalListType::iterator global_iterator;
86 typedef GlobalListType::const_iterator const_global_iterator;
163 GlobalListType GlobalList; ///< The Global Variables in the module
460 const GlobalListType &getGlobalList() const { return GlobalList; }
462 GlobalListType &getGlobalList() { return GlobalList; }
463 static GlobalListType Module::*getSublistAccess(GlobalVariable*) {
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 934 Module::GlobalListType &global_list = M.getGlobalList();
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 484 Module::GlobalListType &Globals = GV->getParent()->getGlobalList();
    [all...]

Completed in 89 milliseconds