Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp177 ObjCLanguageRuntime *objc_runtime = in ShouldStop() local
179 assert(objc_runtime != nullptr); in ShouldStop()
188 objc_runtime->AddToMethodCache(m_isa_addr, m_sel_str, target_addr); in ShouldStop()
193 objc_runtime->AddToMethodCache(m_isa_addr, m_sel_addr, target_addr); in ShouldStop()
401 LanguageRuntime *objc_runtime in ShouldStop() local
405 assert(objc_runtime); in ShouldStop()
407 objc_runtime->GetStepThroughTrampolinePlan(GetThread(), false); in ShouldStop()
H A DAppleObjCTrampolineHandler.cpp1011 ObjCLanguageRuntime *objc_runtime = in GetStepThroughDispatchPlan() local
1013 assert(objc_runtime != nullptr); in GetStepThroughDispatchPlan()
1017 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sel_addr); in GetStepThroughDispatchPlan()
1021 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sym_name); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntimeV2.cpp932 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); in DoExecute()
933 if (objc_runtime) { in DoExecute()
934 auto iterators_pair = objc_runtime->GetDescriptorIteratorPair(); in DoExecute()
1022 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); in CommandObjectMultiwordObjC_TaggedPointer_Info()
1023 if (!objc_runtime) { in CommandObjectMultiwordObjC_TaggedPointer_Info()
1030 objc_runtime->GetTaggedPointerVendor(); in CommandObjectMultiwordObjC_TaggedPointer_Info()
944 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); DoExecute() local
1046 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); DoExecute() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp933 if (auto *objc_runtime = ObjCLanguageRuntime::Get(*process)) { in GetTypeScavenger() local
934 if (auto *decl_vendor = objc_runtime->GetDeclVendor()) { in GetTypeScavenger()
H A DCocoa.cpp1170 if (AppleObjCRuntime *objc_runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in ObjCBooleanSummaryProvider()
1174 objc_runtime->GetValuesForGlobalCFBooleans(cf_true, cf_false); in ObjCBooleanSummaryProvider()
1168 if (AppleObjCRuntime *objc_runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( ObjCBooleanSummaryProvider() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4747 if (ObjCLanguageRuntime *objc_runtime = in GetEncoding()
4750 objc_runtime->GetTypeBitSize(GetType(qual_type))) in GetEncoding()
6439 ObjCLanguageRuntime *objc_runtime = in GetChildCompilerTypeAtIndex()
6441 if (objc_runtime != nullptr) { in GetChildCompilerTypeAtIndex()
6443 child_byte_offset = objc_runtime->GetByteOffsetForIvar( in GetChildCompilerTypeAtIndex()
4690 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); GetBitSize() local
6314 ObjCLanguageRuntime *objc_runtime = GetChildCompilerTypeAtIndex() local