Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/test/DebugInfo/SystemZ/
H A Dvariable-loc.s120 # DW_AT_prototyped
126 # DW_AT_prototyped
137 # DW_AT_prototyped
205 .byte 39 # DW_AT_prototyped
220 .byte 39 # DW_AT_prototyped
248 .byte 39 # DW_AT_prototyped
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h74 AttrEntry DW_AT_prototyped; member
H A DDIEHash.cpp176 COLLECT_ATTR(DW_AT_prototyped); in collectAttributes()
418 ADD_ATTR(Attrs.DW_AT_prototyped); in hashAttributes()
H A DDwarfUnit.cpp999 addFlag(Buffer, dwarf::DW_AT_prototyped); in constructTypeDIE()
1281 addFlag(SPDie, dwarf::DW_AT_prototyped); in applySubprogramAttributes()
/minix/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf.h129 #define DW_AT_prototyped 0x27 macro
H A Ddwarf_dump.c204 case DW_AT_prototyped: in dwarf_get_AT_name()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DDwarf.h193 DW_AT_prototyped = 0x27, enumerator
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DDwarf.cpp140 case DW_AT_prototyped: return "DW_AT_prototyped"; in AttributeString()
/minix/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp552 EmitAbbrev(MCOS, dwarf::DW_AT_prototyped, dwarf::DW_FORM_flag); in EmitGenDwarfAbbrev()