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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp171 ObjCLanguageRuntime *objc_runtime = local
173 assert(objc_runtime != nullptr);
174 objc_runtime->AddToMethodCache(m_isa_addr, m_sel_addr, target_addr);
H A DAppleObjCRuntimeV2.cpp603 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); variable
604 if (objc_runtime) {
605 auto iterators_pair = objc_runtime->GetDescriptorIteratorPair();
705 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); variable
706 if (objc_runtime) {
708 objc_runtime->GetTaggedPointerVendor();
1607 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process);
1608 if (objc_runtime) {
1613 if (objc_runtime->IsModuleObjCLibrary(mod_sp)) {
H A DAppleObjCTrampolineHandler.cpp1044 ObjCLanguageRuntime *objc_runtime = local
1046 assert(objc_runtime != nullptr);
1048 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sel_addr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp939 if (auto *objc_runtime = ObjCLanguageRuntime::Get(*process)) {
940 if (auto *decl_vendor = objc_runtime->GetDeclVendor()) {
H A DCocoa.cpp1047 if (AppleObjCRuntime *objc_runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>(
1051 objc_runtime->GetValuesForGlobalCFBooleans(cf_true, cf_false);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp4417 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); local
4418 if (objc_runtime) {
4420 if (objc_runtime->GetTypeBitSize(GetType(qual_type), bit_size))
5965 ObjCLanguageRuntime *objc_runtime = local
5967 if (objc_runtime != nullptr) {
5969 child_byte_offset = objc_runtime->GetByteOffsetForIvar(

Completed in 111 milliseconds