Home
last modified time | relevance | path

Searched refs:DW_UT_split_compile (Results 1 – 22 of 22) sorted by relevance

/third_party/elfutils/libdw/
Ddwarf_ranges.c54 && cu->unit_type == DW_UT_split_compile) in __libdw_read_begin_end_pair_inc()
405 if (data == NULL && cu->unit_type == DW_UT_split_compile) in initial_offset()
492 if (d == NULL && cu->unit_type == DW_UT_split_compile) in dwarf_ranges()
516 && die->cu->unit_type == DW_UT_split_compile) in dwarf_ranges()
Ddwarf_nextcu.c200 || unit_type == DW_UT_split_compile in INTDEF()
240 && (unit_type == DW_UT_skeleton || unit_type == DW_UT_split_compile in INTDEF()
Ddwarf_lowpc.c42 if (is_cudie (die) && die->cu->unit_type == DW_UT_split_compile) in dwarf_lowpc()
Ddwarf_highpc.c43 if (is_cudie (die) && die->cu->unit_type == DW_UT_split_compile) in dwarf_highpc()
Ddwarf_hasattr_integrate.c62 && die->cu->unit_type == DW_UT_split_compile) in dwarf_hasattr_integrate()
Ddwarf_attr_integrate.c62 && die->cu->unit_type == DW_UT_split_compile) in dwarf_attr_integrate()
Ddwarf_getsrcfiles.c57 if (cu->unit_type == DW_UT_split_compile in dwarf_getsrcfiles()
Dlibdw_find_split_unit.c57 if (split->unit_type == DW_UT_split_compile in try_split_file()
Ddwarf_next_lines.c118 && (next_cu->unit_type == DW_UT_split_compile in dwarf_next_lines()
Ddwarf_formudata.c50 && attr->cu->unit_type == DW_UT_split_compile)) in __libdw_formptr()
Dlibdw_findcu.c197 newp->unit_type = DW_UT_split_compile; in __libdw_intern_next_unit()
Ddwarf.h39 DW_UT_split_compile = 0x05, enumerator
Ddwarf_getlocation.c762 if (data == NULL && cu->unit_type == DW_UT_split_compile) in initial_offset()
DlibdwP.h452 if (unit_type == DW_UT_skeleton || unit_type == DW_UT_split_compile in __libdw_first_die_from_cu_start()
Ddwarf_getsrclines.c1205 if (cu->unit_type == DW_UT_split_compile in dwarf_getsrclines()
DChangeLog672 of IDX_debug_ranges for DW_UT_split_compile with version < 5.
737 DW_UT_skeleton or DW_UT_split_compile based on whether the cudie has
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h367 case dwarf::DW_UT_split_compile: in isMatchingUnitTypeAndTag()
385 case dwarf::DW_UT_split_compile: in getDWARF5HeaderSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.h387 case DW_UT_split_compile: in isUnitType()
/third_party/skia/third_party/externals/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.cpp316 case dwarf::DW_UT_split_compile: in verifyUnitSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1114 dwarf::UnitType UT = Skeleton ? dwarf::DW_UT_split_compile in emitHeader()
/third_party/elfutils/src/
Dreadelf.c7995 || unit_type == DW_UT_split_compile in print_debug_units()
8158 unit_type = DW_UT_split_compile; in print_debug_units()
9873 && cu->unit_type == DW_UT_split_compile)); in print_debug_loc_section()
10715 || unit_type == DW_UT_split_compile)) in print_debug_str_offsets_section()
11386 if (unit_type != DW_UT_split_compile && unit_type != DW_UT_split_type) in is_split_dwarf()
11392 if (unit_type == DW_UT_split_compile) in is_split_dwarf()