Home
last modified time | relevance | path

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

/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.cpp494 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in CreateExceptionResolver()
496 return CreateExceptionResolver(bkpt, catch_bp, throw_bp, false); in CreateExceptionResolver()
499 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in CreateExceptionResolver()
553 CreateExceptionResolver(nullptr, catch_bp, throw_bp, for_expressions); in CreateExceptionBreakpoint()
493 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( CreateExceptionResolver() function in ItaniumABILanguageRuntime
498 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( CreateExceptionResolver() function in ItaniumABILanguageRuntime
/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() function in GNUstepObjCRuntime
/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.h113 CreateExceptionResolver(const lldb::BreakpointSP &bkpt, bool catch_bp,
H A DAppleObjCRuntimeV2.cpp1151 AppleObjCRuntimeV2::CreateExceptionResolver(const BreakpointSP &bkpt, in CreateExceptionResolver() function in AppleObjCRuntimeV2
/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h166 CreateExceptionResolver(const lldb::BreakpointSP &bkpt,
/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp181 m_actual_resolver_sp = m_language_runtime->CreateExceptionResolver( in SetActualResolver()