Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp505 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in CreateExceptionResolver() function in ItaniumABILanguageRuntime
507 return CreateExceptionResolver(bkpt, catch_bp, throw_bp, false); in CreateExceptionResolver()
510 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in CreateExceptionResolver() function in ItaniumABILanguageRuntime
564 CreateExceptionResolver(nullptr, catch_bp, throw_bp, for_expressions); in CreateExceptionBreakpoint()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.h77 CreateExceptionResolver(const lldb::BreakpointSP &bkpt, bool catch_bp,
H A DGNUstepObjCRuntime.cpp163 GNUstepObjCRuntime::CreateExceptionResolver(const BreakpointSP &bkpt, in CreateExceptionResolver() function in GNUstepObjCRuntime
/freebsd-14.2/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.cpp1175 AppleObjCRuntimeV2::CreateExceptionResolver(const BreakpointSP &bkpt, in CreateExceptionResolver() function in AppleObjCRuntimeV2
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h165 CreateExceptionResolver(const lldb::BreakpointSP &bkpt,
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp181 m_actual_resolver_sp = m_language_runtime->CreateExceptionResolver( in SetActualResolver()