Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1506 if (LanguageRuntime *runtime = GetLanguageRuntime(lang_type)) in GetLanguageRuntimes()
1513 LanguageRuntime *Process::GetLanguageRuntime(lldb::LanguageType language) { in GetLanguageRuntime() function in Process
1550 LanguageRuntime *runtime = GetLanguageRuntime(known_type); in IsPossibleDynamicValue()
5730 if (LanguageRuntime *runtime = GetLanguageRuntime(lang_type)) in ModulesDidLoad()
/openbsd-src/gnu/llvm/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()
4003 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4038 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4182 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4285 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4337 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4469 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4564 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4674 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4714 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectDynamicValue.cpp151 runtime = process->GetLanguageRuntime(known_type); in UpdateValue()
157 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus); in UpdateValue()
164 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeObjC); in UpdateValue()
H A DValueObject.cpp266 process_sp->GetLanguageRuntime(GetObjectRuntimeLanguage())) { in MaybeCalculateCompleteType()
1023 if (LanguageRuntime *runtime = process->GetLanguageRuntime(language)) { in GetObjectDescription()
1597 if (auto *runtime = process->GetLanguageRuntime(GetVariable()->GetLanguage())) in IsRuntimeSupportValue()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.h59 process.GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus)); in Get()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp402 = GetThread().GetProcess()->GetLanguageRuntime(eLanguageTypeObjC); in ShouldStop()
H A DAppleObjCRuntime.cpp485 auto *cpp_runtime = m_process->GetLanguageRuntime(eLanguageTypeC_plus_plus); in GetExceptionObjectForThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp420 lang_rt = process_sp->GetLanguageRuntime(frame_lang); in ClangExpressionParser()
555 process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC) != nullptr; in ClangExpressionParser()
1363 auto runtime = process_sp->GetLanguageRuntime(lang); in PrepareForExecution()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h217 process.GetLanguageRuntime(lldb::eLanguageTypeObjC)); in Get()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2233 LanguageRuntime *GetLanguageRuntime(lldb::LanguageType language);