Searched refs:objc_runtime (Results 1 – 5 of 5) sorted by relevance
94 ObjCLanguageRuntime *objc_runtime = m_thread.GetProcess()->GetObjCLanguageRuntime(); in LookForPlanToStepThroughFromCurrentPC() local95 if (objc_runtime) in LookForPlanToStepThroughFromCurrentPC()96 m_sub_plan_sp = objc_runtime->GetStepThroughTrampolinePlan (m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
1196 ObjCLanguageRuntime *objc_runtime = (ObjCLanguageRuntime*)runtime; in SymbolsDidLoad() local1197 objc_runtime->SymbolsDidLoad(module_list); in SymbolsDidLoad()
2056 LanguageRuntime *objc_runtime = GetLanguageRuntime (eLanguageTypeObjC); in IsPossibleDynamicValue() local2057 return objc_runtime ? objc_runtime->CouldHaveDynamicValue(in_value) : false; in IsPossibleDynamicValue()
219 LanguageRuntime *objc_runtime = process->GetLanguageRuntime (lldb::eLanguageTypeObjC); in UpdateValue() local220 if (objc_runtime) in UpdateValue()221 …found_dynamic_type = objc_runtime->GetDynamicTypeAndAddress (*m_parent, m_use_dynamic, class_type_… in UpdateValue()
3164 … ObjCLanguageRuntime *objc_runtime = process->GetObjCLanguageRuntime(); in GetChildClangTypeAtIndex() local3165 if (objc_runtime != NULL) in GetChildClangTypeAtIndex()3168 …child_byte_offset = objc_runtime->GetByteOffsetForIvar (parent_ast_type, ivar_decl->getNameAsStrin… in GetChildClangTypeAtIndex()