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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp177 ObjCLanguageRuntime *objc_runtime = local
179 assert(objc_runtime != nullptr);
188 objc_runtime->AddToMethodCache(m_isa_addr, m_sel_str, target_addr);
193 objc_runtime->AddToMethodCache(m_isa_addr, m_sel_addr, target_addr);
401 LanguageRuntime *objc_runtime local
405 assert(objc_runtime);
407 objc_runtime->GetStepThroughTrampolinePlan(GetThread(), false);
H A DAppleObjCTrampolineHandler.cpp1011 ObjCLanguageRuntime *objc_runtime = local
1013 assert(objc_runtime != nullptr);
1017 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sel_addr);
1021 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sym_name);
H A DAppleObjCRuntimeV2.cpp944 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); variable
945 if (objc_runtime) {
946 auto iterators_pair = objc_runtime->GetDescriptorIteratorPair();
1046 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); variable
1047 if (!objc_runtime) {
1054 objc_runtime->GetTaggedPointerVendor();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1168 if (AppleObjCRuntime *objc_runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>(
1172 objc_runtime->GetValuesForGlobalCFBooleans(cf_true, cf_false);
H A DObjCLanguage.cpp933 if (auto *objc_runtime = ObjCLanguageRuntime::Get(*process)) {
934 if (auto *decl_vendor = objc_runtime->GetDeclVendor()) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4690 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); local
4691 if (objc_runtime) {
4693 if (objc_runtime->GetTypeBitSize(GetType(qual_type), bit_size))
6314 ObjCLanguageRuntime *objc_runtime = local
6316 if (objc_runtime != nullptr) {
6318 child_byte_offset = objc_runtime->GetByteOffsetForIvar(

Completed in 201 milliseconds