Searched refs:CreateExceptionResolver (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.h | 70 CreateExceptionResolver(const lldb::BreakpointSP &bkpt, 83 CreateExceptionResolver(const lldb::BreakpointSP &bkpt,
|
H A D | ItaniumABILanguageRuntime.cpp | 408 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in CreateExceptionResolver() function in ItaniumABILanguageRuntime 410 return CreateExceptionResolver(bkpt, catch_bp, throw_bp, false); in CreateExceptionResolver() 413 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in CreateExceptionResolver() function in ItaniumABILanguageRuntime 467 CreateExceptionResolver(nullptr, catch_bp, throw_bp, for_expressions); in CreateExceptionBreakpoint()
|
/openbsd/gnu/llvm/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 | 113 CreateExceptionResolver(const lldb::BreakpointSP &bkpt, bool catch_bp,
|
H A D | AppleObjCRuntimeV2.cpp | 1163 AppleObjCRuntimeV2::CreateExceptionResolver(const BreakpointSP &bkpt, in CreateExceptionResolver() function in AppleObjCRuntimeV2
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | LanguageRuntime.h | 133 CreateExceptionResolver(const lldb::BreakpointSP &bkpt,
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | LanguageRuntime.cpp | 181 m_actual_resolver_sp = m_language_runtime->CreateExceptionResolver( in SetActualResolver()
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
H A D | RenderScriptRuntime.h | 353 CreateExceptionResolver(const lldb::BreakpointSP &bp,
|
H A D | RenderScriptRuntime.cpp | 1030 RenderScriptRuntime::CreateExceptionResolver(const lldb::BreakpointSP &bp, in CreateExceptionResolver() function in RenderScriptRuntime
|