Home
last modified time | relevance | path

Searched refs:GetExceptionResolverDescription (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguage.h224 virtual void GetExceptionResolverDescription(bool catch_on, bool throw_on,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DLanguageRuntime.cpp134 language_plugin->GetExceptionResolverDescription(m_catch_bp, m_throw_bp, in GetDescription()
H A DLanguage.cpp436 void Language::GetExceptionResolverDescription(bool catch_on, bool throw_on, in GetExceptionResolverDescription() function in Language