Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp244 auto note_callback = [&](llvm::StringRef warning) {}; in Replay() local
247 verifier.Verify(error_callback, warning_callback, note_callback); in Replay()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp672 auto note_callback = [&](llvm::StringRef warning) { in DoExecute() local
677 verifier.Verify(error_callback, warning_callback, note_callback); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h235 llvm::function_ref<void(llvm::StringRef)> note_callback) const;