Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_win.cpp24 int offset_to_top; member
33 int offset_to_top; member
76 return DynamicTypeInfo(tinfo->name(), obj_locator->offset_to_top, in getDynamicTypeInfoFromVtable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp352 const int64_t offset_to_top = m_process->ReadSignedIntegerFromMemory( in GetDynamicTypeAndAddress() local
355 if (offset_to_top == INT64_MIN) in GetDynamicTypeAndAddress()
359 lldb::addr_t dynamic_addr = in_value.GetPointerValue() + offset_to_top; in GetDynamicTypeAndAddress()