Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp2915 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor() local
2916 if (error.Fail() || slot_data == 0 || in GetClassDescriptor()
2917 slot_data == uintptr_t(LLDB_INVALID_ADDRESS)) in GetClassDescriptor()
2920 m_runtime.GetClassDescriptorFromISA((ObjCISA)slot_data); in GetClassDescriptor()
2923 ObjCISA fixed_isa = abi_sp->FixCodeAddress((ObjCISA)slot_data); in GetClassDescriptor()
3011 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor() local
3012 if (error.Fail() || slot_data == 0 || in GetClassDescriptor()
3013 slot_data == uintptr_t(LLDB_INVALID_ADDRESS)) in GetClassDescriptor()
3016 m_runtime.GetClassDescriptorFromISA((ObjCISA)slot_data); in GetClassDescriptor()