Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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()
H A DThreadPlanCallFunction.cpp437 process_sp->GetLanguageRuntime(eLanguageTypeC_plus_plus); in SetBreakpoints()
438 m_objc_language_runtime = process_sp->GetLanguageRuntime(eLanguageTypeObjC); in SetBreakpoints()
H A DProcess.cpp1739 LanguageRuntime *Process::GetLanguageRuntime(lldb::LanguageType language, in GetLanguageRuntime() function in Process
1758 GetLanguageRuntime(eLanguageTypeC_plus_plus, retry_if_null); in GetCPPLanguageRuntime()
1767 GetLanguageRuntime(eLanguageTypeObjC, retry_if_null); in GetObjCLanguageRuntime()
1782 LanguageRuntime *runtime = GetLanguageRuntime(known_type); in IsPossibleDynamicValue()
1786 LanguageRuntime *cpp_runtime = GetLanguageRuntime(eLanguageTypeC_plus_plus); in IsPossibleDynamicValue()
1790 LanguageRuntime *objc_runtime = GetLanguageRuntime(eLanguageTypeObjC); in IsPossibleDynamicValue()
H A DTarget.cpp1656 m_process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC); in SymbolsDidLoad()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp47 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in NSBundleSummaryProvider()
97 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in NSTimeZoneSummaryProvider()
144 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in NSNotificationSummaryProvider()
191 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in NSMachPortSummaryProvider()
239 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in NSIndexSetSummaryProvider()
430 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in NSNumberSummaryProvider()
683 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in NSURLSummaryProvider()
805 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in NSDateSummaryProvider()
901 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in ObjCClassSummaryProvider()
962 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in NSDataSummaryProvider()
H A DCF.cpp55 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in CFBagSummaryProvider()
119 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in CFBitVectorSummaryProvider()
243 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in CFBinaryHeapSummaryProvider()
H A DNSError.cpp192 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in NSErrorSyntheticFrontEndCreator()
H A DNSException.cpp184 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in NSExceptionSyntheticFrontEndCreator()
H A DNSSet.cpp240 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in NSSetSummaryProvider()
319 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in NSSetSyntheticFrontEndCreator()
H A DNSIndexPath.cpp73 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in Update()
H A DNSString.cpp64 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in NSStringSummaryProvider()
H A DNSArray.cpp354 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in NSArraySummaryProvider()
H A DNSDictionary.cpp366 (ObjCLanguageRuntime *)process_sp->GetLanguageRuntime( in NSDictionarySummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp50 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
107 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
H A DRenderScriptRuntime.cpp1130 (RenderScriptRuntime *)exe_ctx.GetProcessPtr()->GetLanguageRuntime( in HookCallback()
4129 (RenderScriptRuntime *)m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4164 (RenderScriptRuntime *)m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4309 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4411 (RenderScriptRuntime *)m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4462 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4688 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4797 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4833 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
4884 m_exe_ctx.GetProcessPtr()->GetLanguageRuntime( in DoExecute()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectDynamicValue.cpp155 runtime = process->GetLanguageRuntime(known_type); in UpdateValue()
161 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus); in UpdateValue()
168 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeObjC); in UpdateValue()
H A DValueObject.cpp1110 LanguageRuntime *runtime = process->GetLanguageRuntime(language); in GetObjectDescription()
1120 runtime = process->GetLanguageRuntime(eLanguageTypeObjC); in GetObjectDescription()
1709 process->GetLanguageRuntime(GetObjectRuntimeLanguage()); in IsRuntimeSupportValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp275 lang_rt = process_sp->GetLanguageRuntime(frame_lang); in ClangExpressionParser()
403 process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC) != nullptr; in ClangExpressionParser()
1096 auto runtime = process_sp->GetLanguageRuntime(lang); in PrepareForExecution()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2528 virtual LanguageRuntime *GetLanguageRuntime(lldb::LanguageType language,