Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2898 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor() local
2899 if (error.Fail() || slot_data == 0 || in GetClassDescriptor()
2900 slot_data == uintptr_t(LLDB_INVALID_ADDRESS)) in GetClassDescriptor()
2903 m_runtime.GetClassDescriptorFromISA((ObjCISA)slot_data); in GetClassDescriptor()
2906 ObjCISA fixed_isa = abi_sp->FixCodeAddress((ObjCISA)slot_data); in GetClassDescriptor()
2994 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor() local
2995 if (error.Fail() || slot_data == 0 || in GetClassDescriptor()
2996 slot_data == uintptr_t(LLDB_INVALID_ADDRESS)) in GetClassDescriptor()
2999 m_runtime.GetClassDescriptorFromISA((ObjCISA)slot_data); in GetClassDescriptor()