Home
last modified time | relevance | path

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

12

/external/elfutils/libdw/
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_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 (cu->unit_type == DW_UT_split_compile && (d == NULL || is_cudie (die))) in dwarf_ranges()
516 && die->cu->unit_type == DW_UT_split_compile) in dwarf_ranges()
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_cu_dwp_section_info.c404 && unit_type != DW_UT_split_compile && unit_type != DW_UT_split_type) in __libdw_dwp_find_unit()
497 && cu->unit_type == DW_UT_split_compile in __libdw_dwp_findcu_id()
526 = cu->unit_type == DW_UT_split_compile in dwarf_cu_dwp_section_info()
Ddwarf_getsrcfiles.c57 if (cu->unit_type == DW_UT_split_compile in dwarf_getsrcfiles()
Ddwarf_next_lines.c131 else if (next_cu->unit_type != DW_UT_split_compile in dwarf_next_lines()
Dlibdw_find_split_unit.c57 if (split->unit_type == DW_UT_split_compile in try_split_file()
Ddwarf_formudata.c50 && attr->cu->unit_type == DW_UT_split_compile)) in __libdw_formptr()
Dlibdw_findcu.c205 newp->unit_type = DW_UT_split_compile; in __libdw_intern_next_unit()
Ddwarf.h39 DW_UT_split_compile = 0x05, enumerator
Ddwarf_getmacros.c139 else if (cudie->cu->unit_type == DW_UT_split_compile in get_macinfo_table()
Ddwarf_getlocation.c763 if (data == NULL && cu->unit_type == DW_UT_split_compile) in initial_offset()
Ddwarf_getsrclines.c1213 if (cu->unit_type == DW_UT_split_compile in dwarf_getsrclines()
DlibdwP.h550 if (unit_type == DW_UT_skeleton || unit_type == DW_UT_split_compile in INTDECL()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
DDWARFCompileUnit.cpp33 getUnitType() == dwarf::DW_UT_split_compile)) in dump()
/external/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()
/external/elfutils/tests/
Dtestfile-dwp-cu-index-overflow.source17 .byte 0x5 # DW_UT_split_compile
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h127 DW_UT_split_compile = 0x05, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.h387 case DW_UT_split_compile: in isUnitType()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWP/
DDWP.cpp98 if (Header.Version >= 5 && Header.UnitType != dwarf::DW_UT_split_compile) in getCUIdentifiers()
679 Header.UnitType == dwarf::DW_UT_split_compile) { in write()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h417 case dwarf::DW_UT_split_compile: in isMatchingUnitTypeAndTag()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DDwarf.h563 case DW_UT_split_compile: in isUnitType()

12