Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DLanguage.h229 virtual void GetExceptionResolverDescription(bool catch_on, bool throw_on,
/external/llvm-project/lldb/source/Target/
DLanguageRuntime.cpp132 language_plugin->GetExceptionResolverDescription(m_catch_bp, m_throw_bp, in GetDescription()
DLanguage.cpp439 void Language::GetExceptionResolverDescription(bool catch_on, bool throw_on, in GetExceptionResolverDescription() function in Language