Home
last modified time | relevance | path

Searched refs:objc_runtime (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DThreadPlanStepThrough.cpp94 ObjCLanguageRuntime *objc_runtime = m_thread.GetProcess()->GetObjCLanguageRuntime(); in LookForPlanToStepThroughFromCurrentPC() local
95 if (objc_runtime) in LookForPlanToStepThroughFromCurrentPC()
96 m_sub_plan_sp = objc_runtime->GetStepThroughTrampolinePlan (m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
DTarget.cpp1196 ObjCLanguageRuntime *objc_runtime = (ObjCLanguageRuntime*)runtime; in SymbolsDidLoad() local
1197 objc_runtime->SymbolsDidLoad(module_list); in SymbolsDidLoad()
DProcess.cpp2056 LanguageRuntime *objc_runtime = GetLanguageRuntime (eLanguageTypeObjC); in IsPossibleDynamicValue() local
2057 return objc_runtime ? objc_runtime->CouldHaveDynamicValue(in_value) : false; in IsPossibleDynamicValue()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DValueObjectDynamicValue.cpp219 LanguageRuntime *objc_runtime = process->GetLanguageRuntime (lldb::eLanguageTypeObjC); in UpdateValue() local
220 if (objc_runtime) in UpdateValue()
221 …found_dynamic_type = objc_runtime->GetDynamicTypeAndAddress (*m_parent, m_use_dynamic, class_type_… in UpdateValue()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTType.cpp3164 … ObjCLanguageRuntime *objc_runtime = process->GetObjCLanguageRuntime(); in GetChildClangTypeAtIndex() local
3165 if (objc_runtime != NULL) in GetChildClangTypeAtIndex()
3168 …child_byte_offset = objc_runtime->GetByteOffsetForIvar (parent_ast_type, ivar_decl->getNameAsStrin… in GetChildClangTypeAtIndex()