Home
last modified time | relevance | path

Searched refs:throw_on (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp520 void Language::GetExceptionResolverDescription(bool catch_on, bool throw_on, in GetExceptionResolverDescription() argument
522 GetDefaultExceptionResolverDescription(catch_on, throw_on, s); in GetExceptionResolverDescription()
526 bool throw_on, in GetDefaultExceptionResolverDescription() argument
529 catch_on ? "on" : "off", throw_on ? "on" : "off"); in GetDefaultExceptionResolverDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h288 virtual void GetExceptionResolverDescription(bool catch_on, bool throw_on,
292 bool throw_on, Stream &s);