Searched refs:DW_MACINFO_start_file (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp29 IndLevel += (E.Type == DW_MACINFO_start_file);
41 case DW_MACINFO_start_file:
90 case DW_MACINFO_start_file:
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_macinfo.c113 return (_dwarf_add_macro(dbg, DW_MACINFO_start_file, lineno, fileindex,
H A Dlibdwarf_macinfo.c73 case DW_MACINFO_start_file:
211 case DW_MACINFO_start_file:
H A Ddwarf.h597 #define DW_MACINFO_start_file 0x03 macro
H A Ddwarf_dump.c913 case DW_MACINFO_start_file:
914 *s = "DW_MACINFO_start_file"; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp458 case DW_MACINFO_start_file:
459 return "DW_MACINFO_start_file";
474 .Case("DW_MACINFO_start_file", DW_MACINFO_start_file)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h299 DW_MACINFO_start_file = 0x03, enumerator in enum:llvm::dwarf::MacinfoRecordType
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2.h817 DW_MACINFO_start_file = 3, enumerator in enum:dwarf_macinfo_record_type
H A Ddwarf2out.c13940 dw2_asm_output_data (1, DW_MACINFO_start_file, "Start new file");
/freebsd-11-stable/contrib/binutils/include/elf/
H A Ddwarf2.h811 DW_MACINFO_start_file = 3, enumerator in enum:dwarf_macinfo_record_type
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp114 auto *MF = DIMacroFile::get(VMContext, dwarf::DW_MACINFO_start_file,
234 auto *MF = DIMacroFile::getTemporary(VMContext, dwarf::DW_MACINFO_start_file,
H A DVerifier.cpp1201 AssertDI(N.getMacinfoType() == dwarf::DW_MACINFO_start_file,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2781 assert(F.getMacinfoType() == dwarf::DW_MACINFO_start_file);
2782 Asm->EmitULEB128(dwarf::DW_MACINFO_start_file);
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c2192 case DW_MACINFO_start_file:
2201 printf (_(" DW_MACINFO_start_file - lineno: %d filenum: %d\n"),
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c7997 case DW_MACINFO_start_file:
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c5889 case DW_MACINFO_start_file:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4810 OPTIONAL(type, DwarfMacinfoTypeField, (dwarf::DW_MACINFO_start_file)); \

Completed in 517 milliseconds