Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp138 if (!Kept.empty() && TestGlobalVariables(Kept)) in doTest()
140 if (!Prefix.empty() && TestGlobalVariables(Prefix)) in doTest()
145 bool TestGlobalVariables(std::vector<GlobalVariable *> &GVs);
149 bool ReduceCrashingGlobalInitializers::TestGlobalVariables( in TestGlobalVariables() function in ReduceCrashingGlobalInitializers