Home
last modified time | relevance | path

Searched refs:GetLanguageRuntime (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DLanguageRuntime.cpp61 m_language_runtime = process_sp->GetLanguageRuntime(m_language); in UpdateModuleListIfNeeded()
65 process_sp->GetLanguageRuntime(m_language); in UpdateModuleListIfNeeded()
169 m_language_runtime = process_sp->GetLanguageRuntime(m_language); in SetActualResolver()
173 process_sp->GetLanguageRuntime(m_language); in SetActualResolver()
270 if (LanguageRuntime *runtime = process_sp->GetLanguageRuntime(lang_type)) { in GetRuntimeUnwindPlan()
H A DThreadPlanCallFunction.cpp407 m_process.GetLanguageRuntime(eLanguageTypeC_plus_plus); in SetBreakpoints()
408 m_objc_language_runtime = m_process.GetLanguageRuntime(eLanguageTypeObjC); in SetBreakpoints()
H A DProcess.cpp1502 if (LanguageRuntime *runtime = GetLanguageRuntime(lang_type)) in GetLanguageRuntimes()
1509 LanguageRuntime *Process::GetLanguageRuntime(lldb::LanguageType language) { in GetLanguageRuntime() function in Process
1546 LanguageRuntime *runtime = GetLanguageRuntime(known_type); in IsPossibleDynamicValue()
5707 if (LanguageRuntime *runtime = GetLanguageRuntime(lang_type)) in ModulesDidLoad()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp52 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
109 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
H A DRenderScriptRuntime.cpp1099 exe_ctx.GetProcessPtr()->GetLanguageRuntime( in HookCallback()
4002 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4037 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4181 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4284 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4336 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4468 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4563 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4673 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4713 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
[all …]
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectDynamicValue.cpp150 runtime = process->GetLanguageRuntime(known_type); in UpdateValue()
156 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus); in UpdateValue()
163 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeObjC); in UpdateValue()
H A DValueObject.cpp265 process_sp->GetLanguageRuntime(GetObjectRuntimeLanguage())) { in MaybeCalculateCompleteType()
1014 if (LanguageRuntime *runtime = process->GetLanguageRuntime(language)) { in GetObjectDescription()
1588 if (auto *runtime = process->GetLanguageRuntime(GetVariable()->GetLanguage())) in IsRuntimeSupportValue()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.h59 process.GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus)); in Get()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp402 = GetThread().GetProcess()->GetLanguageRuntime(eLanguageTypeObjC); in ShouldStop()
H A DAppleObjCRuntime.cpp484 auto *cpp_runtime = m_process->GetLanguageRuntime(eLanguageTypeC_plus_plus); in GetExceptionObjectForThread()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp432 lang_rt = process_sp->GetLanguageRuntime(frame_lang); in ClangExpressionParser()
567 process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC) != nullptr; in ClangExpressionParser()
1375 auto runtime = process_sp->GetLanguageRuntime(lang); in PrepareForExecution()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h216 process.GetLanguageRuntime(lldb::eLanguageTypeObjC)); in Get()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2211 LanguageRuntime *GetLanguageRuntime(lldb::LanguageType language);