Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Utility/
H A DReproducerProvider.cpp30 llvm::Expected<std::unique_ptr<YamlRecorder>>
31 YamlRecorder::Create(const FileSpec &filename) { in Create()
33 auto recorder = std::make_unique<YamlRecorder>(std::move(filename), ec); in Create()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DReproducerProvider.h74 class YamlRecorder : public AbstractRecorder {
76 YamlRecorder(const FileSpec &filename, std::error_code &ec) in YamlRecorder() function
79 static llvm::Expected<std::unique_ptr<YamlRecorder>>
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DReproducerTest.cpp36 : public MultiProvider<YamlRecorder, YamlMultiProvider> {