Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
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()
/external/llvm-project/lldb/include/lldb/Utility/
DReproducerProvider.h73 class YamlRecorder : public AbstractRecorder {
75 YamlRecorder(const FileSpec &filename, std::error_code &ec) in YamlRecorder() function
78 static llvm::Expected<std::unique_ptr<YamlRecorder>>
/external/llvm-project/lldb/unittests/Utility/
DReproducerTest.cpp36 : public MultiProvider<YamlRecorder, YamlMultiProvider> {