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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp338 if (!Kept.empty() && TestFuncAttrs(Kept))
340 if (!Prefix.empty() && TestFuncAttrs(Prefix))
345 bool TestFuncAttrs(std::vector<Attribute> &Attrs);
349 bool ReduceCrashingFunctionAttributes::TestFuncAttrs( function in class:ReduceCrashingFunctionAttributes

Completed in 155 milliseconds