Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDIEHash.h40 DIEValue DW_AT_bit_stride; member
HDDIEHash.cpp138 COLLECT_ATTR(DW_AT_bit_stride); in collectAttributes()
379 ADD_ATTR(Attrs.DW_AT_bit_stride); in hashAttributes()
/NextBSD/contrib/elftoolchain/libdwarf/
HDdwarf.h143 #define DW_AT_bit_stride 0x2e macro
HDdwarf_dump.c79 case DW_AT_bit_stride: in dwarf_get_AT_name()
/NextBSD/contrib/llvm/include/llvm/Support/
HDDwarf.h122 DW_AT_bit_stride = 0x2e, enumerator
/NextBSD/contrib/llvm/lib/Support/
HDDwarf.cpp76 case DW_AT_bit_stride: return "DW_AT_bit_stride"; in AttributeString()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp4739 case DW_AT_bit_stride: in ParseChildArrayInfo()
6445 case DW_AT_bit_stride: in ParseType()
7023 … case DW_AT_bit_stride: bit_stride = form_value.Unsigned(); break; in ParseType()