Home
last modified time | relevance | path

Searched refs:PrintGlobalVariableList (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/bugpoint/
DBugDriver.cpp240 void llvm::PrintGlobalVariableList(const std::vector<GlobalVariable*> &GVs) { in PrintGlobalVariableList() function in llvm
DBugDriver.h322 void PrintGlobalVariableList(const std::vector<GlobalVariable*> &GVs);
DCrashDebugger.cpp158 PrintGlobalVariableList(GVs); in TestGlobalVariables()