Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp488 auto *cpp_runtime = m_process->GetLanguageRuntime(eLanguageTypeC_plus_plus); in GetExceptionObjectForThread() local
489 if (!cpp_runtime) return ValueObjectSP(); in GetExceptionObjectForThread()
490 auto cpp_exception = cpp_runtime->GetExceptionObjectForThread(thread_sp); in GetExceptionObjectForThread()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxx.cpp70 CPPLanguageRuntime *cpp_runtime = CPPLanguageRuntime::Get(*process); in LibcxxFunctionSummaryProvider() local
72 if (!cpp_runtime) in LibcxxFunctionSummaryProvider()
76 cpp_runtime->FindLibCppStdFunctionCallableInfo(valobj_sp); in LibcxxFunctionSummaryProvider()