Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp254 const int64_t offset_to_top = process->ReadSignedIntegerFromMemory( in GetDynamicTypeAndAddress() local
257 if (offset_to_top == INT64_MIN) in GetDynamicTypeAndAddress()
261 lldb::addr_t dynamic_addr = original_ptr + offset_to_top; in GetDynamicTypeAndAddress()