Home
last modified time | relevance | path

Searched refs:SaveToDisk (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTrace.cpp67 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 DTraceIntelPTBundleSaver.h41 llvm::Expected<FileSpec> SaveToDisk(TraceIntelPT &trace_ipt,
H A DTraceIntelPT.h45 llvm::Expected<FileSpec> SaveToDisk(FileSpec directory,
H A DTraceIntelPT.cpp105 Expected<FileSpec> TraceIntelPT::SaveToDisk(FileSpec directory, bool compact) { in SaveToDisk() function in TraceIntelPT
107 return TraceIntelPTBundleSaver().SaveToDisk(*this, directory, compact); in SaveToDisk()
H A DTraceIntelPTBundleSaver.cpp355 Expected<FileSpec> TraceIntelPTBundleSaver::SaveToDisk(TraceIntelPT &trace_ipt, in SaveToDisk() function in TraceIntelPTBundleSaver
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTrace.h60 SBFileSpec SaveToDisk(SBError &error, const SBFileSpec &bundle_dir,
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h76 virtual llvm::Expected<FileSpec> SaveToDisk(FileSpec directory,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTrace.cpp120 trace_sp->SaveToDisk(bundle_dir, m_options.m_compact)) { in DoExecute()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65984 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()