Home
last modified time | relevance | path

Searched refs:CreateExceptionResolver (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h63 lldb::BreakpointResolverSP CreateExceptionResolver(Breakpoint *bkpt,
80 lldb::BreakpointResolverSP CreateExceptionResolver(Breakpoint *bkpt,
H A DItaniumABILanguageRuntime.cpp441 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in CreateExceptionResolver() function in ItaniumABILanguageRuntime
443 return CreateExceptionResolver(bkpt, catch_bp, throw_bp, false); in CreateExceptionResolver()
446 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in CreateExceptionResolver() function in ItaniumABILanguageRuntime
499 CreateExceptionResolver(NULL, catch_bp, throw_bp, for_expressions); in CreateExceptionBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h119 lldb::BreakpointResolverSP CreateExceptionResolver(Breakpoint *bkpt,
H A DAppleObjCRuntimeV1.cpp110 AppleObjCRuntimeV1::CreateExceptionResolver(Breakpoint *bkpt, bool catch_bp, in CreateExceptionResolver() function in AppleObjCRuntimeV1
H A DAppleObjCRuntimeV2.h111 lldb::BreakpointResolverSP CreateExceptionResolver(Breakpoint *bkpt,
H A DAppleObjCRuntimeV2.cpp802 AppleObjCRuntimeV2::CreateExceptionResolver(Breakpoint *bkpt, bool catch_bp, in CreateExceptionResolver() function in AppleObjCRuntimeV2
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguageRuntime.h138 CreateExceptionResolver(Breakpoint *bkpt, bool catch_bp, bool throw_bp) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DLanguageRuntime.cpp182 m_actual_resolver_sp = m_language_runtime->CreateExceptionResolver( in SetActualResolver()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h340 lldb::BreakpointResolverSP CreateExceptionResolver(Breakpoint *bp,
H A DRenderScriptRuntime.cpp1061 RenderScriptRuntime::CreateExceptionResolver(Breakpoint *bp, bool catch_bp, in CreateExceptionResolver() function in RenderScriptRuntime