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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp322 /// ReduceCrashingFunctionAttributes reducer - This works by removing
326 class ReduceCrashingFunctionAttributes : public ListReducer<Attribute> { class in namespace:__anon2823
332 ReduceCrashingFunctionAttributes(BugDriver &bd, const std::string &FnName, function in class:__anon2823::ReduceCrashingFunctionAttributes
349 bool ReduceCrashingFunctionAttributes::TestFuncAttrs(
1237 ReduceCrashingFunctionAttributes(BD, Name, TestFn).reduceList(Attrs);

Completed in 72 milliseconds