Searched refs:offset_to_top (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp55 // The second pointer above the "address point" is the "offset_to_top". We'll use that to get the
231 // The offset_to_top is two pointers above the address.
250 int64_t offset_to_top = data.GetMaxS64(&offset, process->GetAddressByteSize()); local
252 // So the dynamic type is a value that starts at offset_to_top
254 lldb::addr_t dynamic_addr = original_ptr + offset_to_top;

Completed in 2118 milliseconds