Searched refs:SaveToDisk (Results 1 – 9 of 9) sorted by relevance
/llvm-project/lldb/source/API/ |
H A D | SBTrace.cpp | 68 SBFileSpec SBTrace::SaveToDisk(SBError &error, const SBFileSpec &bundle_dir, in SaveToDisk() 78 m_opaque_sp->SaveToDisk(bundle_dir.ref(), compact)) in SaveToDisk() 67 SBFileSpec SBTrace::SaveToDisk(SBError &error, const SBFileSpec &bundle_dir, SaveToDisk() function in SBTrace
|
/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTBundleSaver.h | 41 llvm::Expected<FileSpec> SaveToDisk(TraceIntelPT &trace_ipt,
|
H A D | TraceIntelPT.h | 45 llvm::Expected<FileSpec> SaveToDisk(FileSpec directory,
|
H A D | TraceIntelPT.cpp | 105 Expected<FileSpec> TraceIntelPT::SaveToDisk(FileSpec directory, bool compact) { in SaveToDisk() function in TraceIntelPT 107 return TraceIntelPTBundleSaver().SaveToDisk(*this, directory, compact); in SaveToDisk()
|
H A D | TraceIntelPTBundleSaver.cpp | 354 Expected<FileSpec> TraceIntelPTBundleSaver::SaveToDisk(TraceIntelPT &trace_ipt, 355 Expected<FileSpec> TraceIntelPTBundleSaver::SaveToDisk(TraceIntelPT &trace_ipt, SaveToDisk() function in TraceIntelPTBundleSaver
|
/llvm-project/lldb/include/lldb/API/ |
H A D | SBTrace.h | 60 SBFileSpec SaveToDisk(SBError &error, const SBFileSpec &bundle_dir,
|
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/intelpt/ |
H A D | intelpt_testcase.py | 177 self.target().GetTrace().SaveToDisk(
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTrace.cpp | 120 trace_sp->SaveToDisk(bundle_dir, m_options.m_compact)) { in DoExecute()
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | Trace.h | 76 virtual llvm::Expected<FileSpec> SaveToDisk(FileSpec directory,
|