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

  /external/llvm/lib/VMCore/
Globals.cpp 119 Before->getParent()->getGlobalList().insert(Before, this);
121 M.getGlobalList().push_back(this);
133 getParent()->getGlobalList().remove(this);
137 getParent()->getGlobalList().erase(this);
  /external/llvm/include/llvm/
Module.h 480 const GlobalListType &getGlobalList() const { return GlobalList; }
482 GlobalListType &getGlobalList() { return GlobalList; }
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 136 M.getGlobalList().erase(DeadGlobalVars[i]);
GlobalOpt.cpp 504 Module::GlobalListType &Globals = GV->getParent()->getGlobalList();
    [all...]
  /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(),
383 E = M.getGlobalList().end(); G != E; ++G) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 701 M->getGlobalList().splice(M->global_end(), M->getGlobalList(), GV);
    [all...]

Completed in 755 milliseconds