Home
last modified time | relevance | path

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

/external/compiler-rt/lib/ubsan/
Dubsan_type_hash_win.cc25 int offset_to_top; member
34 int offset_to_top; member
77 return DynamicTypeInfo(tinfo->name(), obj_locator->offset_to_top, in getDynamicTypeInfoFromVtable()
/external/llvm-project/compiler-rt/lib/ubsan/
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()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
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()