Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
170 m_language_runtime = process_sp->GetLanguageRuntime(m_language); in SetActualResolver()
174 process_sp->GetLanguageRuntime(m_language); in SetActualResolver()
271 if (LanguageRuntime *runtime = process_sp->GetLanguageRuntime(lang_type)) { in GetRuntimeUnwindPlan()
H A DThreadPlanCallFunction.cpp401 m_process.GetLanguageRuntime(eLanguageTypeC_plus_plus); in SetBreakpoints()
402 m_objc_language_runtime = m_process.GetLanguageRuntime(eLanguageTypeObjC); in SetBreakpoints()
H A DProcess.cpp1475 if (LanguageRuntime *runtime = GetLanguageRuntime(lang_type)) in GetLanguageRuntimes()
1482 LanguageRuntime *Process::GetLanguageRuntime(lldb::LanguageType language) { in GetLanguageRuntime() function in Process
1519 LanguageRuntime *runtime = GetLanguageRuntime(known_type); in IsPossibleDynamicValue()
5681 if (LanguageRuntime *runtime = GetLanguageRuntime(lang_type)) in ModulesDidLoad()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp49 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
106 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
H A DRenderScriptRuntime.cpp1111 exe_ctx.GetProcessPtr()->GetLanguageRuntime( in HookCallback()
4018 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4053 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4194 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4294 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4343 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4475 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4567 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4678 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4713 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp154 runtime = process->GetLanguageRuntime(known_type); in UpdateValue()
160 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus); in UpdateValue()
167 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeObjC); in UpdateValue()
H A DValueObject.cpp265 process_sp->GetLanguageRuntime(GetObjectRuntimeLanguage())) { in MaybeCalculateCompleteType()
1012 if (LanguageRuntime *runtime = process->GetLanguageRuntime(language)) { in GetObjectDescription()
1585 if (auto *runtime = process->GetLanguageRuntime(GetVariable()->GetLanguage())) in IsRuntimeSupportValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.h59 process.GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus)); in Get()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp381 = GetThread().GetProcess()->GetLanguageRuntime(eLanguageTypeObjC); in ShouldStop()
H A DAppleObjCRuntime.cpp483 auto *cpp_runtime = m_process->GetLanguageRuntime(eLanguageTypeC_plus_plus); in GetExceptionObjectForThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h215 process.GetLanguageRuntime(lldb::eLanguageTypeObjC)); in Get()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp431 lang_rt = process_sp->GetLanguageRuntime(frame_lang); in ClangExpressionParser()
566 process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC) != nullptr; in ClangExpressionParser()
1372 auto runtime = process_sp->GetLanguageRuntime(lang); in PrepareForExecution()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2234 LanguageRuntime *GetLanguageRuntime(lldb::LanguageType language);