Searched refs:DW_UT_split_compile (Results 1 – 25 of 39) sorted by relevance
12
/external/elfutils/libdw/ |
D | dwarf_nextcu.c | 200 || unit_type == DW_UT_split_compile in INTDEF() 240 && (unit_type == DW_UT_skeleton || unit_type == DW_UT_split_compile in INTDEF()
|
D | dwarf_ranges.c | 54 && 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()
|
D | dwarf_lowpc.c | 42 if (is_cudie (die) && die->cu->unit_type == DW_UT_split_compile) in dwarf_lowpc()
|
D | dwarf_highpc.c | 43 if (is_cudie (die) && die->cu->unit_type == DW_UT_split_compile) in dwarf_highpc()
|
D | dwarf_hasattr_integrate.c | 62 && die->cu->unit_type == DW_UT_split_compile) in dwarf_hasattr_integrate()
|
D | dwarf_attr_integrate.c | 62 && die->cu->unit_type == DW_UT_split_compile) in dwarf_attr_integrate()
|
D | dwarf_getsrcfiles.c | 57 if (cu->unit_type == DW_UT_split_compile in dwarf_getsrcfiles()
|
D | libdw_find_split_unit.c | 58 if (split->unit_type == DW_UT_split_compile in try_split_file()
|
D | dwarf_next_lines.c | 118 && (next_cu->unit_type == DW_UT_split_compile in dwarf_next_lines()
|
D | dwarf_formudata.c | 50 && attr->cu->unit_type == DW_UT_split_compile)) in __libdw_formptr()
|
D | libdw_findcu.c | 197 newp->unit_type = DW_UT_split_compile; in __libdw_intern_next_unit()
|
D | dwarf.h | 39 DW_UT_split_compile = 0x05, enumerator
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | invalid-unit-header.s | 21 .byte 5 # DW_UT_split_compile
|
D | debug-info-dwo-dwarf64.ll | 7 …pile Unit: {{.+}}, format = DWARF64, version = 0x0005, unit_type = DW_UT_split_compile, abbr_offse…
|
D | dwp-v5-rnglists.s | 43 .byte 5 # DW_UT_split_compile
|
D | dwp-v5-loclists.s | 62 .byte 5 # DW_UT_split_compile
|
D | dwarfdump-header.s | 150 …ngth = 0x0000001e, format = DWARF32, version = 0x0005, unit_type = DW_UT_split_compile, abbr_offse…
|
D | string-offsets-table.ll | 66 ; SPLIT-NEXT: 0x00000000: Compile Unit:{{.*}}DW_UT_split_compile
|
/external/llvm-project/llvm/test/tools/llvm-dwp/X86/ |
D | wrong-unit-type-info-v5.s | 4 # CHECK: error: {{.*}}: unit type DW_UT_split_compile type not found in debug_info header. Unexpect…
|
D | info-v5.s | 9 …ngth = 0x00000050, format = DWARF32, version = 0x0005, unit_type = DW_UT_split_compile, abbr_offse…
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 367 case dwarf::DW_UT_split_compile: in isMatchingUnitTypeAndTag() 385 case dwarf::DW_UT_split_compile: in getDWARF5HeaderSize()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | dwarf-headers.ll | 83 ; DWO-5: 0x00000033: Compile Unit: {{.*}} version = 0x0005, unit_type = DW_UT_split_compile, abbr_o…
|
/external/llvm-project/llvm/test/DebugInfo/WebAssembly/ |
D | dwarf-headers.ll | 85 ; DWO-5: 0x00000033: Compile Unit: {{.*}} version = 0x0005, unit_type = DW_UT_split_compile, abbr_o…
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.h | 387 case DW_UT_split_compile: in isUnitType()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 369 case dwarf::DW_UT_split_compile: in isMatchingUnitTypeAndTag()
|
12