Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp176 std::error_code FileCollector::copyFiles(bool StopOnError) { in copyFiles() argument
188 if (StopOnError) in copyFiles()
201 if (StopOnError) in copyFiles()
210 if (StopOnError) in copyFiles()
218 if (StopOnError) in copyFiles()
225 if (StopOnError) in copyFiles()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h106 std::error_code copyFiles(bool StopOnError = true);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h73 StopOnError, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp42 options_dict_sp->AddBooleanItem(GetKey(OptionNames::StopOnError), in SerializeToStructuredData()
66 GetKey(OptionNames::StopOnError), data_up->stop_on_error); in CreateFromStructuredData()