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 120 typedef iplist<GlobalVariable> GlobalListType;
131 typedef GlobalListType::iterator global_iterator;
133 typedef GlobalListType::const_iterator const_global_iterator;
197 GlobalListType GlobalList; ///< The Global Variables in the module
488 const GlobalListType &getGlobalList() const { return GlobalList; }
490 GlobalListType &getGlobalList() { return GlobalList; }
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 482 Module::GlobalListType &Globals = GV->getParent()->getGlobalList();
    [all...]

Completed in 184 milliseconds