Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h74 CreateExceptionResolver(const lldb::BreakpointSP &bkpt,
87 CreateExceptionResolver(const lldb::BreakpointSP &bkpt,
H A DItaniumABILanguageRuntime.cpp493 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in Initialize()
495 return CreateExceptionResolver(bkpt, catch_bp, throw_bp, false); in Initialize()
498 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in Initialize()
552 CreateExceptionResolver(nullptr, catch_bp, throw_bp, for_expressions); in CreateExceptionSearchFilter()
505 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( CreateExceptionResolver() function in ItaniumABILanguageRuntime
510 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( CreateExceptionResolver() function in ItaniumABILanguageRuntime
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.h77 CreateExceptionResolver(const lldb::BreakpointSP &bkpt, bool catch_bp,
H A DGNUstepObjCRuntime.cpp165 GNUstepObjCRuntime::CreateExceptionResolver(const BreakpointSP &bkpt, in CreateExceptionResolver()
163 GNUstepObjCRuntime::CreateExceptionResolver(const BreakpointSP &bkpt, CreateExceptionResolver() function in GNUstepObjCRuntime
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h122 CreateExceptionResolver(const lldb::BreakpointSP &bkpt,
H A DAppleObjCRuntimeV1.cpp97 AppleObjCRuntimeV1::CreateExceptionResolver(const BreakpointSP &bkpt, in CreateExceptionResolver() function in AppleObjCRuntimeV1
H A DAppleObjCRuntimeV2.h111 CreateExceptionResolver(const lldb::BreakpointSP &bkpt, bool catch_bp,
H A DAppleObjCRuntimeV2.cpp1151 AppleObjCRuntimeV2::CreateExceptionResolver(const BreakpointSP &bkpt, in CommandObjectMultiwordObjC()
1175 AppleObjCRuntimeV2::CreateExceptionResolver(const BreakpointSP &bkpt, CreateExceptionResolver() function in AppleObjCRuntimeV2
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h166 CreateExceptionResolver(const lldb::BreakpointSP &bkpt,
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp181 m_actual_resolver_sp = m_language_runtime->CreateExceptionResolver( in SetActualResolver()