Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1242 addr_t ivar_offset_address = LLDB_INVALID_ADDRESS; in GetByteOffsetForIvar() local
1249 ivar_offset_address = in GetByteOffsetForIvar()
1255 if (ivar_offset_address == LLDB_INVALID_ADDRESS) in GetByteOffsetForIvar()
1256 ivar_offset_address = LookupRuntimeSymbol(ivar_const_str); in GetByteOffsetForIvar()
1258 if (ivar_offset_address != LLDB_INVALID_ADDRESS) in GetByteOffsetForIvar()
1260 ivar_offset_address, 4, LLDB_INVALID_IVAR_OFFSET, error); in GetByteOffsetForIvar()