Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBTrace.cpp85 const char *SBTrace::GetStartConfigurationHelp() { in GetStartConfigurationHelp() function in SBTrace
90 return ConstString(m_opaque_sp->GetStartConfigurationHelp()).GetCString(); in GetStartConfigurationHelp()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBTrace.h66 const char *GetStartConfigurationHelp();
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDTraceIntelPT.h104 const char *GetStartConfigurationHelp() override;
HDTraceIntelPTOptions.td6 // the API help message of TraceIntelPT::GetStartConfigurationHelp().
HDTraceIntelPT.cpp608 const char *TraceIntelPT::GetStartConfigurationHelp() { in GetStartConfigurationHelp() function in TraceIntelPT
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTrace.h204 virtual const char *GetStartConfigurationHelp() = 0;
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp66141 result = (char *)(arg1)->GetStartConfigurationHelp(); in _wrap_SBTrace_GetStartConfigurationHelp()