Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.cpp69 array_info.bit_stride = form_value.Unsigned(); in ParseChildArrayInfo()
H A DDWARFASTParserClang.h301 uint32_t bit_stride = 0; member
H A DDWARFASTParserClang.cpp312 bit_stride = form_value.Unsigned(); in ParsedDWARFTypeAttributes()
1297 attrs.bit_stride = array_info->bit_stride; in ParseArrayType()
1299 if (attrs.byte_stride == 0 && attrs.bit_stride == 0) in ParseArrayType()
1305 attrs.byte_stride * 8 + attrs.bit_stride; in ParseArrayType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolFile.h200 uint32_t bit_stride = 0; member
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def303 HANDLE_DW_AT(0x2e, bit_stride, 2, DWARF)