Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DBugDriver.h289 void PrintGlobalVariableList(const std::vector<GlobalVariable *> &GVs);
H A DBugDriver.cpp251 void llvm::PrintGlobalVariableList(const std::vector<GlobalVariable *> &GVs) { in PrintGlobalVariableList() function in llvm
H A DCrashDebugger.cpp165 PrintGlobalVariableList(GVs); in TestGlobalVariables()