Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DCrashDebugger.cpp130 if (!Kept.empty() && TestGlobalVariables(Kept)) in doTest()
132 if (!Prefix.empty() && TestGlobalVariables(Prefix)) in doTest()
137 bool TestGlobalVariables(std::vector<GlobalVariable*> &GVs);
142 ReduceCrashingGlobalVariables::TestGlobalVariables( in TestGlobalVariables() function in ReduceCrashingGlobalVariables