Home
last modified time | relevance | path

Searched refs:DW_UT_skeleton (Results 1 – 23 of 23) sorted by relevance

/external/elfutils/libdw/
Ddwarf_nextcu.c199 || unit_type == DW_UT_skeleton in INTDEF()
240 && (unit_type == DW_UT_skeleton || unit_type == DW_UT_split_compile in INTDEF()
Ddwarf_cu_info.c78 else if (cu->unit_type == DW_UT_skeleton) in dwarf_cu_info()
Ddwarf_get_units.c115 else if (next->unit_type == DW_UT_skeleton) in dwarf_get_units()
Ddwarf_end.c60 if (p->unit_type == DW_UT_skeleton in cu_free()
Dlibdw_find_split_unit.c100 if (cu->unit_type == DW_UT_skeleton) in __libdw_find_split_unit()
Dlibdw_findcu.c195 newp->unit_type = DW_UT_skeleton; in __libdw_intern_next_unit()
Ddwarf.h38 DW_UT_skeleton = 0x04, enumerator
DlibdwP.h435 if (unit_type == DW_UT_skeleton || unit_type == DW_UT_split_compile in __libdw_first_die_from_cu_start()
DChangeLog389 * dwarf_get_units.c (dwarf_get_units): Handle DW_UT_skeleton by
406 DW_UT_skeleton or DW_UT_split_compile based on whether the cudie has
/external/elfutils/tests/
Dunit-info.c122 if (unit_type == DW_UT_skeleton) in main()
257 if (unit_type == DW_UT_skeleton) in main()
Dall-dwarf-ranges.c83 Dwarf_Die die = (unit_type == DW_UT_skeleton in main()
Dget-units-split.c56 if (unit_type == DW_UT_skeleton) in main()
Dattr-integrate-skel.c55 if (unit_type == DW_UT_skeleton) in main()
Dlow_high_pc.c115 if (unit_type == DW_UT_skeleton) in main()
Dvarlocs.c1093 if (unit_type == DW_UT_skeleton) in main()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h407 case dwarf::DW_UT_skeleton: in isMatchingUnitTypeAndTag()
426 case dwarf::DW_UT_skeleton: in getDWARF5HeaderSize()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddwarf-headers.ll76 ; O-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005 unit_type = DW_UT_skeleton abbr_offset
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dstring-offsets-table.ll57 ; SPLIT-NEXT: 0x00000000: Compile Unit:{{.*}}DW_UT_skeleton
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.h347 case DW_UT_skeleton: in isUnitType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp136 } else if (UnitType == DW_UT_split_compile || UnitType == DW_UT_skeleton) in extract()
DDWARFVerifier.cpp290 case dwarf::DW_UT_skeleton: in handleDebugInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp871 : DD->useSplitDwarf() ? dwarf::DW_UT_skeleton in emitHeader()
/external/elfutils/src/
Dreadelf.c7646 || unit_type == DW_UT_skeleton in print_debug_units()
7767 if (unit_type == DW_UT_skeleton in print_debug_units()
11039 && unit_type == DW_UT_skeleton in print_debug()