Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DLanguage.cpp439 void Language::GetExceptionResolverDescription(bool catch_on, bool throw_on, in GetExceptionResolverDescription() argument
441 GetDefaultExceptionResolverDescription(catch_on, throw_on, s); in GetExceptionResolverDescription()
444 void Language::GetDefaultExceptionResolverDescription(bool catch_on, in GetDefaultExceptionResolverDescription() argument
448 catch_on ? "on" : "off", throw_on ? "on" : "off"); in GetDefaultExceptionResolverDescription()
/external/llvm-project/lldb/include/lldb/Target/
DLanguage.h229 virtual void GetExceptionResolverDescription(bool catch_on, bool throw_on,
232 static void GetDefaultExceptionResolverDescription(bool catch_on,