Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h49 AttrEntry DW_AT_byte_stride; member
H A DDIEHash.cpp151 COLLECT_ATTR(DW_AT_byte_stride); in collectAttributes()
393 ADD_ATTR(Attrs.DW_AT_byte_stride); in hashAttributes()
/minix/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf.h167 #define DW_AT_byte_stride 0x51 macro
H A Ddwarf_dump.c86 case DW_AT_byte_stride: in dwarf_get_AT_name()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DDwarf.h230 DW_AT_byte_stride = 0x51, enumerator
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DDwarf.cpp177 case DW_AT_byte_stride: return "DW_AT_byte_stride"; in AttributeString()