Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepThrough.cpp99 CPPLanguageRuntime *cpp_runtime = in LookForPlanToStepThroughFromCurrentPC() local
104 if (!m_sub_plan_sp.get() && cpp_runtime) in LookForPlanToStepThroughFromCurrentPC()
106 cpp_runtime->GetStepThroughTrampolinePlan(m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
H A DProcess.cpp1786 LanguageRuntime *cpp_runtime = GetLanguageRuntime(eLanguageTypeC_plus_plus); in IsPossibleDynamicValue() local
1787 if (cpp_runtime && cpp_runtime->CouldHaveDynamicValue(in_value)) in IsPossibleDynamicValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp71 CPPLanguageRuntime *cpp_runtime = process->GetCPPLanguageRuntime(); in LibcxxFunctionSummaryProvider() local
73 if (!cpp_runtime) in LibcxxFunctionSummaryProvider()
77 cpp_runtime->FindLibCppStdFunctionCallableInfo(valobj_sp); 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() local
471 if (!cpp_runtime) return ValueObjectSP(); in GetExceptionObjectForThread()
472 auto cpp_exception = cpp_runtime->GetExceptionObjectForThread(thread_sp); in GetExceptionObjectForThread()