Searched refs:CreateExceptionResolver (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.h | 74 CreateExceptionResolver(const lldb::BreakpointSP &bkpt, 87 CreateExceptionResolver(const lldb::BreakpointSP &bkpt,
|
H A D | ItaniumABILanguageRuntime.cpp | 493 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in CreateExceptionResolver() function in ItaniumABILanguageRuntime 495 return CreateExceptionResolver(bkpt, catch_bp, throw_bp, false); in CreateExceptionResolver() 498 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in CreateExceptionResolver() function in ItaniumABILanguageRuntime 552 CreateExceptionResolver(nullptr, catch_bp, throw_bp, for_expressions); in CreateExceptionBreakpoint()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
H A D | GNUstepObjCRuntime.h | 77 CreateExceptionResolver(const lldb::BreakpointSP &bkpt, bool catch_bp,
|
H A D | GNUstepObjCRuntime.cpp | 165 GNUstepObjCRuntime::CreateExceptionResolver(const BreakpointSP &bkpt, in CreateExceptionResolver() function in GNUstepObjCRuntime
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV1.h | 122 CreateExceptionResolver(const lldb::BreakpointSP &bkpt,
|
H A D | AppleObjCRuntimeV1.cpp | 97 AppleObjCRuntimeV1::CreateExceptionResolver(const BreakpointSP &bkpt, in CreateExceptionResolver() function in AppleObjCRuntimeV1
|
H A D | AppleObjCRuntimeV2.h | 111 CreateExceptionResolver(const lldb::BreakpointSP &bkpt, bool catch_bp,
|
H A D | AppleObjCRuntimeV2.cpp | 1151 AppleObjCRuntimeV2::CreateExceptionResolver(const BreakpointSP &bkpt, in CreateExceptionResolver() function in AppleObjCRuntimeV2
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | LanguageRuntime.h | 166 CreateExceptionResolver(const lldb::BreakpointSP &bkpt,
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | LanguageRuntime.cpp | 181 m_actual_resolver_sp = m_language_runtime->CreateExceptionResolver( in SetActualResolver()
|