Searched refs:DataRecorder (Results 1 – 6 of 6) sorted by relevance
35 class DataRecorder; variable67 repro::DataRecorder *data_recorder);176 repro::DataRecorder *m_data_recorder;342 repro::DataRecorder *data_recorder);355 repro::DataRecorder *data_recorder);
66 class DataRecorder; variable150 repro::DataRecorder *GetInputRecorder();158 void SetInputFile(lldb::FileSP file, repro::DataRecorder *recorder);526 repro::DataRecorder *m_input_recorder;
55 class DataRecorder : public AbstractRecorder {57 DataRecorder(const FileSpec &filename, std::error_code &ec) in DataRecorder() function60 static llvm::Expected<std::unique_ptr<DataRecorder>>288 class CommandProvider : public MultiProvider<DataRecorder, CommandProvider> {296 : MultiProvider<DataRecorder, CommandProvider>(directory) {} in CommandProvider()
21 llvm::Expected<std::unique_ptr<DataRecorder>>22 DataRecorder::Create(const FileSpec &filename) { in Create()24 auto recorder = std::make_unique<DataRecorder>(std::move(filename), ec); in Create()
70 repro::DataRecorder *data_recorder) in IOHandler()234 IOHandlerDelegate &delegate, repro::DataRecorder *data_recorder) in IOHandlerEditline()251 IOHandlerDelegate &delegate, repro::DataRecorder *data_recorder) in IOHandlerEditline()
869 repro::DataRecorder *Debugger::GetInputRecorder() { return m_input_recorder; } in GetInputRecorder()925 repro::DataRecorder *recorder = nullptr; in SetInputFile()952 void Debugger::SetInputFile(FileSP file_sp, repro::DataRecorder *recorder) { in SetInputFile()