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

  /external/llvm/include/llvm/IR/
Module.h 117 typedef iplist<GlobalVariable> GlobalListType;
126 typedef GlobalListType::iterator global_iterator;
128 typedef GlobalListType::const_iterator const_global_iterator;
198 GlobalListType GlobalList; ///< The Global Variables in the module
485 const GlobalListType &getGlobalList() const { return GlobalList; }
487 GlobalListType &getGlobalList() { return GlobalList; }
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 979 Module::GlobalListType &global_list = M.getGlobalList();
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 674 Module::GlobalListType &Globals = GV->getParent()->getGlobalList();
    [all...]

Completed in 167 milliseconds