Home
last modified time | relevance | path

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

/external/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()
511 && 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.c58 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.c738 if (data == NULL && cu->unit_type == DW_UT_split_compile) in initial_offset()
DlibdwP.h435 if (unit_type == DW_UT_skeleton || unit_type == DW_UT_split_compile in __libdw_first_die_from_cu_start()
Ddwarf_getsrclines.c1173 if (cu->unit_type == DW_UT_split_compile in dwarf_getsrclines()
DChangeLog341 of IDX_debug_ranges for DW_UT_split_compile with version < 5.
406 DW_UT_skeleton or DW_UT_split_compile based on whether the cudie has
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h409 case dwarf::DW_UT_split_compile: in isMatchingUnitTypeAndTag()
427 case dwarf::DW_UT_split_compile: in getDWARF5HeaderSize()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddwarf-headers.ll81 ; DWO-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005 unit_type = DW_UT_split_compile abbr_off…
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dstring-offsets-table.ll65 ; SPLIT-NEXT: 0x00000000: Compile Unit:{{.*}}DW_UT_split_compile
Ddwarfdump-header.s149 …00: Compile Unit: length = 0x0000001e version = 0x0005 unit_type = DW_UT_split_compile abbr_offset…
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.h348 case DW_UT_split_compile: 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.cpp291 case dwarf::DW_UT_split_compile: in handleDebugInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp870 dwarf::UnitType UT = Skeleton ? dwarf::DW_UT_split_compile in emitHeader()
/external/elfutils/src/
Dreadelf.c7647 || unit_type == DW_UT_split_compile in print_debug_units()
7812 unit_type = DW_UT_split_compile; in print_debug_units()
9403 && cu->unit_type == DW_UT_split_compile)); in print_debug_loc_section()
10239 || unit_type == DW_UT_split_compile)) in print_debug_str_offsets_section()
10910 if (unit_type != DW_UT_split_compile && unit_type != DW_UT_split_type) in is_split_dwarf()
10916 if (unit_type == DW_UT_split_compile) in is_split_dwarf()