/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.cpp | 29 if (getVersion() >= 5 && (getUnitType() == dwarf::DW_UT_skeleton || in dump()
|
H A D | DWARFUnit.cpp | 259 } else if (UnitType == DW_UT_split_compile || UnitType == DW_UT_skeleton) in extract()
|
H A D | DWARFVerifier.cpp | 324 case dwarf::DW_UT_skeleton: in verifyUnitSection()
|
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | dwarf2.h | 461 DW_UT_skeleton = 0x04, enumerator
|
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
H A D | libdwarf_info.c | 241 if (cu->cu_unit_type == DW_UT_skeleton || in _dwarf_info_load()
|
H A D | dwarf.h | 56 #define DW_UT_skeleton 0x04 macro
|
H A D | dwarf_dump.c | 1570 case DW_UT_skeleton: in dwarf_get_UT_name()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFUnit.h | 370 case dwarf::DW_UT_skeleton: in isMatchingUnitTypeAndTag()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 479 case DW_UT_skeleton: in isUnitType()
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | dwarf2.def | 822 DW_UT (DW_UT_skeleton, 0x04)
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | dwarf2.def | 813 DW_UT (DW_UT_skeleton, 0x04)
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | dwarf2.def | 813 DW_UT (DW_UT_skeleton, 0x04)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 1340 : DD->useSplitDwarf() ? dwarf::DW_UT_skeleton in emitHeader()
|
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/ |
H A D | dwarf.c | 2196 case DW_UT_skeleton: case DW_UT_split_compile: in build_address_map()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | dwarf.c | 3888 || compunit.cu_unit_type == DW_UT_skeleton) in process_debug_info() 3985 || compunit.cu_unit_type == DW_UT_skeleton) in process_debug_info() 4084 && compunit.cu_unit_type != DW_UT_skeleton) in process_debug_info()
|
H A D | ChangeLog | 2157 * dwarf.c (process_debug_info): Handling DW_UT_skeleton and
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | dwarf.c | 3712 || compunit.cu_unit_type == DW_UT_skeleton) in process_debug_info() 3814 || compunit.cu_unit_type == DW_UT_skeleton) in process_debug_info() 3930 && compunit.cu_unit_type != DW_UT_skeleton) in process_debug_info()
|
H A D | ChangeLog | 1652 * dwarf.c (process_debug_info): Handling DW_UT_skeleton and
|
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
H A D | dwarf.c | 2212 case DW_UT_skeleton: case DW_UT_split_compile: in build_address_map()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | dwarf2.c | 4434 case DW_UT_skeleton: in parse_comp_unit()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2019 | 5193 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type. 5194 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2019 | 5193 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type. 5194 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2out.cc | 11398 dw2_asm_output_data (1, DW_UT_skeleton, "DW_UT_skeleton"); in output_skeleton_debug_sections()
|
H A D | ChangeLog-2016 | 7578 -gdwarf-5 emit DWARF 5 DW_UT_skeleton header.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2out.c | 11236 dw2_asm_output_data (1, DW_UT_skeleton, "DW_UT_skeleton"); in output_skeleton_debug_sections()
|