Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp8702 clang::TypeInfo field_type_info = in DumpValue() local
8735 field_type_info.Width / 8, // Size of this type in bytes in DumpValue()
8790 clang::TypeInfo field_type_info = in DumpValue() local
8795 uint64_t element_byte_size = field_type_info.Width / 8; in DumpValue()