Home
last modified time | relevance | path

Searched refs:GetCPPLanguageRuntime (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepThrough.cpp100 m_thread.GetProcess()->GetCPPLanguageRuntime(); in LookForPlanToStepThroughFromCurrentPC()
H A DProcess.cpp1756 CPPLanguageRuntime *Process::GetCPPLanguageRuntime(bool retry_if_null) { in GetCPPLanguageRuntime() function in Process
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp71 CPPLanguageRuntime *cpp_runtime = process->GetCPPLanguageRuntime(); in LibcxxFunctionSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp470 auto cpp_runtime = m_process->GetCPPLanguageRuntime(); in GetExceptionObjectForThread()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2531 virtual CPPLanguageRuntime *GetCPPLanguageRuntime(bool retry_if_null = true);