Searched refs:offset_to_top (Results 1 – 3 of 3) sorted by relevance
25 int offset_to_top; member34 int offset_to_top; member77 return DynamicTypeInfo(tinfo->name(), obj_locator->offset_to_top, in getDynamicTypeInfoFromVtable()
24 int offset_to_top; member33 int offset_to_top; member76 return DynamicTypeInfo(tinfo->name(), obj_locator->offset_to_top, in getDynamicTypeInfoFromVtable()
254 const int64_t offset_to_top = process->ReadSignedIntegerFromMemory( in GetDynamicTypeAndAddress() local257 if (offset_to_top == INT64_MIN) in GetDynamicTypeAndAddress()261 lldb::addr_t dynamic_addr = original_ptr + offset_to_top; in GetDynamicTypeAndAddress()