Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp350 if (!Kept.empty() && TestFuncAttrs(Kept)) in doTest()
352 if (!Prefix.empty() && TestFuncAttrs(Prefix)) in doTest()
357 bool TestFuncAttrs(std::vector<Attribute> &Attrs);
361 bool ReduceCrashingFunctionAttributes::TestFuncAttrs( in TestFuncAttrs() function in ReduceCrashingFunctionAttributes