Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp176 ObjCLanguageRuntime *objc_runtime = in ShouldStop() local
178 assert(objc_runtime != NULL); in ShouldStop()
179 objc_runtime->AddToMethodCache(m_isa_addr, m_sel_addr, target_addr); in ShouldStop()
H A DAppleObjCTrampolineHandler.cpp1038 ObjCLanguageRuntime *objc_runtime = in GetStepThroughDispatchPlan() local
1040 assert(objc_runtime != NULL); in GetStepThroughDispatchPlan()
1042 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sel_addr); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntimeV2.cpp575 ObjCLanguageRuntime *objc_runtime = process->GetObjCLanguageRuntime(); in DoExecute() local
576 if (objc_runtime) { in DoExecute()
577 auto iterators_pair = objc_runtime->GetDescriptorIteratorPair(); in DoExecute()
677 ObjCLanguageRuntime *objc_runtime = process->GetObjCLanguageRuntime(); in DoExecute() local
678 if (objc_runtime) { in DoExecute()
680 objc_runtime->GetTaggedPointerVendor(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepThrough.cpp93 ObjCLanguageRuntime *objc_runtime = in LookForPlanToStepThroughFromCurrentPC() local
95 if (objc_runtime) in LookForPlanToStepThroughFromCurrentPC()
97 objc_runtime->GetStepThroughTrampolinePlan(m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
H A DProcess.cpp1790 LanguageRuntime *objc_runtime = GetLanguageRuntime(eLanguageTypeObjC); in IsPossibleDynamicValue() local
1791 return objc_runtime ? objc_runtime->CouldHaveDynamicValue(in_value) : false; in IsPossibleDynamicValue()
H A DTarget.cpp1658 ObjCLanguageRuntime *objc_runtime = (ObjCLanguageRuntime *)runtime; in SymbolsDidLoad() local
1659 objc_runtime->SymbolsDidLoad(module_list); in SymbolsDidLoad()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp946 auto objc_runtime = process->GetObjCLanguageRuntime(create_on_demand); in GetTypeScavenger() local
947 if (objc_runtime) { in GetTypeScavenger()
948 auto decl_vendor = objc_runtime->GetDeclVendor(); in GetTypeScavenger()
H A DCocoa.cpp1062 if (AppleObjCRuntime *objc_runtime = in ObjCBooleanSummaryProvider() local
1066 objc_runtime->GetValuesForGlobalCFBooleans(cf_true, cf_false); in ObjCBooleanSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp5033 ObjCLanguageRuntime *objc_runtime = process->GetObjCLanguageRuntime(); in GetBitSize() local
5034 if (objc_runtime) { in GetBitSize()
5036 if (objc_runtime->GetTypeBitSize( in GetBitSize()
6831 ObjCLanguageRuntime *objc_runtime = in GetChildCompilerTypeAtIndex() local
6833 if (objc_runtime != nullptr) { in GetChildCompilerTypeAtIndex()
6836 child_byte_offset = objc_runtime->GetByteOffsetForIvar( in GetChildCompilerTypeAtIndex()