Searched refs:SaveToDisk (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBTrace.cpp | 67 SBFileSpec SBTrace::SaveToDisk(SBError &error, const SBFileSpec &bundle_dir, in SaveToDisk() function in SBTrace 77 m_opaque_sp->SaveToDisk(bundle_dir.ref(), compact)) in SaveToDisk()
|
/freebsd/contrib/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 | 355 Expected<FileSpec> TraceIntelPTBundleSaver::SaveToDisk(TraceIntelPT &trace_ipt, in SaveToDisk() function in TraceIntelPTBundleSaver
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBTrace.h | 60 SBFileSpec SaveToDisk(SBError &error, const SBFileSpec &bundle_dir,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Trace.h | 76 virtual llvm::Expected<FileSpec> SaveToDisk(FileSpec directory,
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTrace.cpp | 120 trace_sp->SaveToDisk(bundle_dir, m_options.m_compact)) { in DoExecute()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 65984 result = (arg1)->SaveToDisk(*arg2,(lldb::SBFileSpec const &)*arg3,arg4); in _wrap_SBTrace_SaveToDisk__SWIG_0() 66025 result = (arg1)->SaveToDisk(*arg2,(lldb::SBFileSpec const &)*arg3); in _wrap_SBTrace_SaveToDisk__SWIG_1()
|