Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugMacro.cpp27 IndLevel -= (E.Type == DW_MACINFO_end_file); in dump()
47 case DW_MACINFO_end_file: in dump()
91 case DW_MACINFO_end_file: in parse()
/external/llvm/test/DebugInfo/
Ddebugmacinfo.test15 TEST_MACINFO: DW_MACINFO_end_file
20 TEST_MACINFO: DW_MACINFO_end_file
22 TEST_MACINFO: DW_MACINFO_end_file
/external/llvm/lib/Support/
DDwarf.cpp469 case DW_MACINFO_end_file: return "DW_MACINFO_end_file"; in MacinfoString()
481 .Case("DW_MACINFO_end_file", DW_MACINFO_end_file) in getMacinfo()
/external/elfutils/libdw/
Ddwarf.h690 DW_MACINFO_end_file = 4, enumerator
Ddwarf_getmacros.c108 [DW_MACINFO_end_file - 1] = p_none, in init_macinfo_table()
Dknown-dwarf.h359 DWARF_ONE_KNOWN_DW_MACINFO (end_file, DW_MACINFO_end_file) \
DChangeLog2236 DW_MACINFO_end_file. Recognize type 0 as terminator.
/external/llvm/include/llvm/Support/
DDwarf.h459 DW_MACINFO_end_file = 0x04, enumerator
/external/elfutils/src/
Dreadelf.c7263 case DW_MACINFO_end_file: in print_debug_macinfo_section()