| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 177 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 D | AppleObjCTrampolineHandler.cpp | 1012 ObjCLanguageRuntime *objc_runtime = in GetStepThroughDispatchPlan() local 1014 assert(objc_runtime != nullptr); in GetStepThroughDispatchPlan() 1018 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sel_addr); in GetStepThroughDispatchPlan() 1022 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sym_name); in GetStepThroughDispatchPlan()
|
| H A D | AppleObjCRuntimeV2.cpp | 930 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); in DoExecute() local 931 if (objc_runtime) { in DoExecute() 932 auto iterators_pair = objc_runtime->GetDescriptorIteratorPair(); in DoExecute() 1033 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); in DoExecute() local 1034 if (!objc_runtime) { in DoExecute() 1041 objc_runtime->GetTaggedPointerVendor(); in DoExecute()
|
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | Class.py | 9 import lldb.runtime.objc.objc_runtime 15 runtime = lldb.runtime.objc.objc_runtime.ObjCRuntime.runtime_from_isa(
|
| H A D | NSNotification.py | 10 import lldb.runtime.objc.objc_runtime 82 class_data, wrapper = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection( 111 lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
| H A D | NSBundle.py | 12 import lldb.runtime.objc.objc_runtime 99 class_data, wrapper = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection( 130 lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
| H A D | NSMachPort.py | 12 import lldb.runtime.objc.objc_runtime 100 class_data, wrapper = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection( 129 lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
| H A D | NSException.py | 9 import lldb.runtime.objc.objc_runtime 90 class_data, wrapper = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection( 119 lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
| H A D | CFBinaryHeap.py | 12 import lldb.runtime.objc.objc_runtime 97 class_data, wrapper = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection( 137 lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
| H A D | NSURL.py | 11 import lldb.runtime.objc.objc_runtime 111 class_data, wrapper = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection( 138 lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
| H A D | NSData.py | 12 import lldb.runtime.objc.objc_runtime 108 class_data, wrapper = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection( 163 lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
| H A D | CFBag.py | 12 import lldb.runtime.objc.objc_runtime 100 class_data, wrapper = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection( 139 lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
| H A D | CFDictionary.py | 12 import lldb.runtime.objc.objc_runtime 186 class_data, wrapper = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection( 221 lldb.runtime.objc.objc_runtime.SpecialSituation_Description): 243 lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
| H A D | NSIndexSet.py | 12 import lldb.runtime.objc.objc_runtime 133 class_data, wrapper = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection( 162 lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
| H A D | NSDate.py | 12 import lldb.runtime.objc.objc_runtime 219 class_data, wrapper = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection( 259 lldb.runtime.objc.objc_runtime.SpecialSituation_Description): 277 lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
| H A D | CFBitVector.py | 13 import lldb.runtime.objc.objc_runtime 148 class_data, wrapper = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection( 193 lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
| H A D | CFArray.py | 12 import lldb.runtime.objc.objc_runtime 177 return lldb.runtime.objc.objc_runtime.InvalidPointer_Description( 181 class_data, wrapper = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(
|
| H A D | NSSet.py | 11 import lldb.runtime.objc.objc_runtime 210 class_data, wrapper = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection( 265 lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
| H A D | NSNumber.py | 15 import lldb.runtime.objc.objc_runtime 216 class_data, wrapper = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection( 251 lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
|
| H A D | CFString.py | 11 import lldb.runtime.objc.objc_runtime
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderDarwin.cpp | 735 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*m_process); in AlwaysRelyOnEHUnwindInfo() local 736 return objc_runtime != nullptr && in AlwaysRelyOnEHUnwindInfo() 737 objc_runtime->IsModuleObjCLibrary(module_sp); in AlwaysRelyOnEHUnwindInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 997 if (auto *objc_runtime = ObjCLanguageRuntime::Get(*process)) { in GetTypeScavenger() local 998 if (auto *decl_vendor = objc_runtime->GetDeclVendor()) { in GetTypeScavenger()
|
| H A D | Cocoa.cpp | 1157 if (AppleObjCRuntime *objc_runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in ObjCBooleanSummaryProvider() local 1161 objc_runtime->GetValuesForGlobalCFBooleans(cf_true, cf_false); in ObjCBooleanSummaryProvider()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 4699 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); in GetBitSize() local 4700 if (objc_runtime) { in GetBitSize() 4702 if (objc_runtime->GetTypeBitSize(GetType(qual_type), bit_size)) in GetBitSize() 6384 ObjCLanguageRuntime *objc_runtime = in GetChildCompilerTypeAtIndex() local 6386 if (objc_runtime != nullptr) { in GetChildCompilerTypeAtIndex() 6388 child_byte_offset = objc_runtime->GetByteOffsetForIvar( in GetChildCompilerTypeAtIndex()
|