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

/external/llvm/include/llvm/IR/
H A DModule.h120 typedef iplist<GlobalVariable> GlobalListType; typedef in class:llvm::Module
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/
H A DNVPTXAsmPrinter.cpp1264 Module::GlobalListType &global_list = M.getGlobalList();
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp482 Module::GlobalListType &Globals = GV->getParent()->getGlobalList();

Completed in 1384 milliseconds