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

/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp178 std::error_code FileCollector::copyFiles(bool StopOnError) { argument
190 if (StopOnError)
203 if (StopOnError)
212 if (StopOnError)
220 if (StopOnError)
227 if (StopOnError)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h102 /// When StopOnError is true (the default) we abort as soon as one file
105 std::error_code copyFiles(bool StopOnError = true);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h72 StopOnError, member in class:lldb_private::BreakpointOptions::CommandData::OptionNames
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp29 "UserSource", "ScriptSource", "StopOnError"};
42 options_dict_sp->AddBooleanItem(GetKey(OptionNames::StopOnError),
65 GetKey(OptionNames::StopOnError), data_up->stop_on_error);

Completed in 193 milliseconds