Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugMacro.cpp26 IndLevel -= (E.Type == DW_MACINFO_end_file); in dump()
46 case DW_MACINFO_end_file: in dump()
90 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/test/DebugInfo/X86/
Ddebug-macro.ll26 ; CHECK-MACRO-NEXT: DW_MACINFO_end_file
28 ; CHECK-MACRO-NEXT: DW_MACINFO_end_file
30 ; CHECK-MACRO-NEXT: DW_MACINFO_end_file
/external/llvm/lib/Support/
DDwarf.cpp468 case DW_MACINFO_end_file: return "DW_MACINFO_end_file"; in MacinfoString()
480 .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.h450 DW_MACINFO_end_file = 0x04, enumerator
/external/swiftshader/third_party/LLVM/lib/Support/
DDwarf.cpp665 case DW_MACINFO_end_file: return "DW_MACINFO_end_file"; in MacinfoString()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDwarf.h585 DW_MACINFO_end_file = 0x04, enumerator
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1766 Asm->EmitULEB128(dwarf::DW_MACINFO_end_file); in emitMacroFile()
/external/elfutils/src/
Dreadelf.c7263 case DW_MACINFO_end_file: in print_debug_macinfo_section()