Home
last modified time | relevance | path

Searched refs:cpp_runtime (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp484 auto *cpp_runtime = m_process->GetLanguageRuntime(eLanguageTypeC_plus_plus); in GetExceptionObjectForThread() local
485 if (!cpp_runtime) return ValueObjectSP(); in GetExceptionObjectForThread()
486 auto cpp_exception = cpp_runtime->GetExceptionObjectForThread(thread_sp); in GetExceptionObjectForThread()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp73 CPPLanguageRuntime *cpp_runtime = CPPLanguageRuntime::Get(*process); in LibcxxFunctionSummaryProvider() local
75 if (!cpp_runtime) in LibcxxFunctionSummaryProvider()
79 cpp_runtime->FindLibCppStdFunctionCallableInfo(valobj_sp); in LibcxxFunctionSummaryProvider()