Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp150 if (!Kept.empty() && TestGlobalVariables(Kept)) in doTest()
152 if (!Prefix.empty() && TestGlobalVariables(Prefix)) in doTest()
157 bool TestGlobalVariables(std::vector<GlobalVariable *> &GVs);
161 bool ReduceCrashingGlobalInitializers::TestGlobalVariables( in TestGlobalVariables() function in ReduceCrashingGlobalInitializers