Searched refs:vtable_info (Results 1 – 1 of 1) sorted by relevance
58 ValueObject &in_value, const VTableInfo &vtable_info) { in GetTypeInfo() argument59 if (vtable_info.addr.IsSectionOffset()) { in GetTypeInfo()61 TypeAndOrName type_info = GetDynamicTypeInfo(vtable_info.addr); in GetTypeInfo()65 if (vtable_info.symbol) { in GetTypeInfo()68 vtable_info.symbol->GetMangled().GetDemangledName().GetStringRef(); in GetTypeInfo()87 ModuleSP module_sp = vtable_info.symbol->CalculateSymbolContextModule(); in GetTypeInfo()177 SetDynamicTypeInfo(vtable_info.addr, type_info); in GetTypeInfo()319 const VTableInfo &vtable_info = vtable_info_or_err.get(); in GetDynamicTypeAndAddress() local320 class_type_or_name = GetTypeInfo(in_value, vtable_info); in GetDynamicTypeAndAddress()341 const addr_t vtable_load_addr = vtable_info.addr.GetLoadAddress(&target); in GetDynamicTypeAndAddress()