Home
last modified time | relevance | path

Searched refs:DW_MACINFO_define (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugMacinfoEntry.cpp55 case DW_MACINFO_define: in Dump()
92 case DW_MACINFO_define: in Extract()
/NextBSD/contrib/elftoolchain/libdwarf/
HDlibdwarf_macinfo.c60 case DW_MACINFO_define: in _dwarf_macinfo_parse()
204 case DW_MACINFO_define: in _dwarf_macinfo_gen()
HDdwarf_pro_macinfo.c85 return (_dwarf_add_macro(dbg, DW_MACINFO_define, lineno, -1, name, in dwarf_def_macro()
HDdwarf.h542 #define DW_MACINFO_define 0x01 macro
HDdwarf_dump.c811 case DW_MACINFO_define: in dwarf_get_MACINFO_name()
/NextBSD/contrib/llvm/include/llvm/Support/
HDDwarf.h425 DW_MACINFO_define = 0x01, enumerator
/NextBSD/contrib/binutils/include/elf/
HDdwarf2.h809 DW_MACINFO_define = 1, enumerator
/NextBSD/contrib/llvm/lib/Support/
HDDwarf.cpp440 case DW_MACINFO_define: return "DW_MACINFO_define"; in MacinfoString()
/NextBSD/contrib/gcc/
HDdwarf2.h815 DW_MACINFO_define = 1, enumerator
HDdwarf2out.c13959 dw2_asm_output_data (1, DW_MACINFO_define, "Define macro"); in dwarf2out_define()
/NextBSD/contrib/gdb/gdb/
HDdwarf2read.c7967 case DW_MACINFO_define: in dwarf_decode_macros()
7983 DW_MACINFO_define ? "definition" : macinfo_type == in dwarf_decode_macros()
7988 if (macinfo_type == DW_MACINFO_define) in dwarf_decode_macros()
/NextBSD/contrib/binutils/binutils/
HDdwarf.c2210 case DW_MACINFO_define: in display_debug_macinfo()
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c5838 case DW_MACINFO_define: in dump_dwarf_macinfo()
/NextBSD/contrib/binutils/binutils/po/
HDbinutils.pot1654 msgid " DW_MACINFO_define - lineno : %d macro : %s\n"