Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp345 const lldb::addr_t offset_to_top_location = in GetDynamicTypeAndAddress() local
349 if (offset_to_top_location >= vtable_load_addr) in GetDynamicTypeAndAddress()
353 offset_to_top_location, addr_byte_size, INT64_MIN, error); in GetDynamicTypeAndAddress()