Home
last modified time | relevance | path

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

/freebsd-head/contrib/elftoolchain/libdwarf/
HDlibdwarf_macinfo.c84 case DW_MACINFO_end_file: in _dwarf_macinfo_parse()
215 case DW_MACINFO_end_file: in _dwarf_macinfo_gen()
HDdwarf_pro_macinfo.c126 return (_dwarf_add_macro(dbg, DW_MACINFO_end_file, 0, -1, in dwarf_end_macro_file()
HDdwarf.h668 #define DW_MACINFO_end_file 0x04 macro
HDdwarf_dump.c1019 case DW_MACINFO_end_file: in dwarf_get_MACINFO_name()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugMacro.cpp52 IndLevel -= (E.Type == DW_MACINFO_end_file); in dump()
/freebsd-head/contrib/llvm-project/llvm/lib/BinaryFormat/
HDDwarf.cpp543 case DW_MACINFO_end_file: in MacinfoString()
558 .Case("DW_MACINFO_end_file", DW_MACINFO_end_file) in getMacinfo()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDwarf.h792 DW_MACINFO_end_file = 0x04, enumerator
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp3302 dwarf::DW_MACINFO_end_file, dwarf::MacinfoString); in emitMacroFile()