Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp220 const lldb::addr_t vtable_address_point = in GetDynamicTypeAndAddress() local
223 if (!error.Success() || vtable_address_point == LLDB_INVALID_ADDRESS) in GetDynamicTypeAndAddress()
227 vtable_address_point); in GetDynamicTypeAndAddress()
249 vtable_address_point - 2 * addr_byte_size; in GetDynamicTypeAndAddress()
252 if (offset_to_top_location >= vtable_address_point) in GetDynamicTypeAndAddress()