Home
last modified time | relevance | path

Searched refs:GetStartConfigurationHelp (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTrace.cpp29 const char *SBTrace::GetStartConfigurationHelp() { in GetStartConfigurationHelp() function in SBTrace
30 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBTrace, GetStartConfigurationHelp); in GetStartConfigurationHelp()
32 m_opaque_sp ? m_opaque_sp->GetStartConfigurationHelp() : nullptr); in GetStartConfigurationHelp()
109 LLDB_REGISTER_METHOD(const char *, SBTrace, GetStartConfigurationHelp, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTrace.i18 const char *GetStartConfigurationHelp();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTrace.h29 const char *GetStartConfigurationHelp();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.h79 const char *GetStartConfigurationHelp() override;
H A DTraceIntelPT.cpp217 const char *TraceIntelPT::GetStartConfigurationHelp() { in GetStartConfigurationHelp() function in TraceIntelPT
H A DTraceIntelPTOptions.td6 // the API help message of TraceIntelPT::GetStartConfigurationHelp().
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h168 virtual const char *GetStartConfigurationHelp() = 0;
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp57346 result = (char *)(arg1)->GetStartConfigurationHelp(); in _wrap_SBTrace_GetStartConfigurationHelp()