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

  /external/llvm/include/llvm/
Module.h 117 typedef iplist<GlobalVariable> GlobalListType;
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; }
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 110 Module::GlobalListType &global_list = M.getGlobalList();
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 382 for (Module::GlobalListType::iterator G = M.getGlobalList().begin(),
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 504 Module::GlobalListType &Globals = GV->getParent()->getGlobalList();
    [all...]

Completed in 277 milliseconds