Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h189 uint32_t bit_stride = 0; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h250 uint32_t bit_stride = 0; member
H A DDWARFASTParserClang.cpp324 bit_stride = form_value.Unsigned(); in ParsedDWARFTypeAttributes()
1315 attrs.bit_stride = array_info->bit_stride; in ParseArrayType()
1317 if (attrs.byte_stride == 0 && attrs.bit_stride == 0) in ParseArrayType()
1323 attrs.byte_stride * 8 + attrs.bit_stride; in ParseArrayType()
3056 array_info.bit_stride = form_value.Unsigned(); in ParseChildArrayInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def300 HANDLE_DW_AT(0x2e, bit_stride, 2, DWARF)