Searched refs:DW_MACINFO_undef (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp37 case DW_MACINFO_undef:
84 case DW_MACINFO_undef:
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_macinfo.c99 return (_dwarf_add_macro(dbg, DW_MACINFO_undef, lineno, -1, name,
H A Dlibdwarf_macinfo.c61 case DW_MACINFO_undef:
205 case DW_MACINFO_undef:
H A Ddwarf.h596 #define DW_MACINFO_undef 0x02 macro
H A Ddwarf_dump.c911 case DW_MACINFO_undef:
912 *s = "DW_MACINFO_undef"; break;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp197 llvm::dwarf::DW_MACINFO_undef, location, member in class:llvm::dwarf
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp456 case DW_MACINFO_undef:
457 return "DW_MACINFO_undef";
473 .Case("DW_MACINFO_undef", DW_MACINFO_undef)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h298 DW_MACINFO_undef = 0x02, enumerator in enum:llvm::dwarf::MacinfoRecordType
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2.h816 DW_MACINFO_undef = 2, enumerator in enum:dwarf_macinfo_record_type
H A Ddwarf2out.c13992 dw2_asm_output_data (1, DW_MACINFO_undef, "Undefine macro");
/freebsd-11-stable/contrib/binutils/include/elf/
H A Ddwarf2.h810 DW_MACINFO_undef = 2, enumerator in enum:dwarf_macinfo_record_type
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp224 assert((MacroType == dwarf::DW_MACINFO_undef ||
H A DVerifier.cpp1192 N.getMacinfoType() == dwarf::DW_MACINFO_undef,
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c7969 case DW_MACINFO_undef:
7985 DW_MACINFO_undef ? "undefinition" :
7991 else if (macinfo_type == DW_MACINFO_undef)
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c2219 case DW_MACINFO_undef:
2224 printf (_(" DW_MACINFO_undef - lineno : %d macro : %s\n"),
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c5884 case DW_MACINFO_undef:

Completed in 408 milliseconds