Searched refs:SaveToDisk (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBTrace.cpp | 46 SBFileSpec SBTrace::SaveToDisk(SBError &error, const SBFileSpec &bundle_dir, in SaveToDisk() function in SBTrace 56 m_opaque_sp->SaveToDisk(bundle_dir.ref(), compact)) in SaveToDisk()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleSaver.h | 42 llvm::Expected<FileSpec> SaveToDisk(TraceIntelPT &trace_ipt,
|
| H A D | TraceIntelPT.h | 28 llvm::Expected<FileSpec> SaveToDisk(FileSpec directory,
|
| H A D | TraceIntelPT.cpp | 60 Expected<FileSpec> TraceIntelPT::SaveToDisk(FileSpec directory, bool compact) { in SaveToDisk() function in TraceIntelPT 62 return TraceIntelPTBundleSaver().SaveToDisk(*this, directory, compact); in SaveToDisk()
|
| H A D | TraceIntelPTBundleSaver.cpp | 338 Expected<FileSpec> TraceIntelPTBundleSaver::SaveToDisk(TraceIntelPT &trace_ipt, in SaveToDisk() function in TraceIntelPTBundleSaver
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBTrace.i | 20 SBFileSpec SaveToDisk(SBError &error, const SBFileSpec &bundle_dir, bool compact = false);
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBTrace.h | 47 SBFileSpec SaveToDisk(SBError &error, const SBFileSpec &bundle_dir,
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/intelpt/ |
| H A D | intelpt_testcase.py | 150 self.target().GetTrace().SaveToDisk(
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Trace.h | 75 virtual llvm::Expected<FileSpec> SaveToDisk(FileSpec directory,
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectTrace.cpp | 122 trace_sp->SaveToDisk(bundle_dir, m_options.m_compact)) { in DoExecute()
|