Home
last modified time | relevance | path

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

12

/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()
Dlibdw_find_split_unit.c100 if (cu->unit_type == DW_UT_skeleton) in __libdw_find_split_unit()
Ddwarf_end.c64 if (p->unit_type == DW_UT_skeleton in cu_free()
Dlibdw_findcu.c195 newp->unit_type = DW_UT_skeleton; in __libdw_intern_next_unit()
Ddwarf.h38 DW_UT_skeleton = 0x04, enumerator
DlibdwP.h439 if (unit_type == DW_UT_skeleton || unit_type == DW_UT_split_compile in __libdw_first_die_from_cu_start()
/external/elfutils/tests/
Dunit-info.c122 if (unit_type == DW_UT_skeleton) in main()
257 if (unit_type == DW_UT_skeleton) in main()
Dget-units-split.c56 if (unit_type == DW_UT_skeleton) in main()
Dall-dwarf-ranges.c83 Dwarf_Die die = (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-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h365 case dwarf::DW_UT_skeleton: in isMatchingUnitTypeAndTag()
384 case dwarf::DW_UT_skeleton: in getDWARF5HeaderSize()
/external/llvm-project/llvm/test/CodeGen/X86/
Ddwarf-headers.ll76 ; O-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005, unit_type = DW_UT_skeleton, abbr_offset
/external/llvm-project/llvm/test/DebugInfo/WebAssembly/
Ddwarf-headers.ll78 ; O-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005, unit_type = DW_UT_skeleton, abbr_offset
/external/llvm-project/llvm/test/DebugInfo/X86/
Dstring-offsets-table.ll56 ; SPLIT-NEXT: 0x00000000: Compile Unit:{{.*}}DW_UT_skeleton
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.cpp795 if (header.m_unit_type == llvm::dwarf::DW_UT_skeleton) in extract()
900 case llvm::dwarf::DW_UT_skeleton: in GetHeaderByteSize()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.h386 case DW_UT_skeleton: in isUnitType()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h367 case dwarf::DW_UT_skeleton: in isMatchingUnitTypeAndTag()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.h458 case DW_UT_skeleton: in isUnitType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp304 } else if (UnitType == DW_UT_split_compile || UnitType == DW_UT_skeleton) in extract()
DDWARFVerifier.cpp315 case dwarf::DW_UT_skeleton: in verifyUnitSection()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp259 } else if (UnitType == DW_UT_split_compile || UnitType == DW_UT_skeleton) in extract()

12