Home
last modified time | relevance | path

Searched refs:dwo_name (Results 1 – 8 of 8) sorted by relevance

/external/elfutils/libdw/
Dlibdw_find_split_unit.c103 Dwarf_Attribute dwo_name; in __libdw_find_split_unit() local
106 if (dwarf_attr (&cudie, DW_AT_dwo_name, &dwo_name) != NULL in __libdw_find_split_unit()
107 || dwarf_attr (&cudie, DW_AT_GNU_dwo_name, &dwo_name) != NULL) in __libdw_find_split_unit()
111 const char *dwo_file = dwarf_formstring (&dwo_name); in __libdw_find_split_unit()
/external/elfutils/tests/
Drun-readelf-ranges.sh194 dwo_name (strp) "testfile-hello5.dwo"
205 dwo_name (strp) "testfile-world5.dwo"
/external/llvm-project/llvm/test/DebugInfo/X86/
Dclang-module.ll14 ; CHECK: DW_AT_{{.*}}dwo_name {{.*}}"/Foo.pcm"
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1582 const char *dwo_name = in GetDWOName() local
1584 if (!dwo_name) in GetDWOName()
1585 dwo_name = in GetDWOName()
1587 return dwo_name; in GetDWOName()
1628 const char *dwo_name = GetDWOName(*dwarf_cu, cu_die); in GetDwoSymbolFileForCompileUnit() local
1629 if (!dwo_name) in GetDwoSymbolFileForCompileUnit()
1635 FileSpec dwo_file(dwo_name); in GetDwoSymbolFileForCompileUnit()
1645 dwo_file.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc687 string dwo_name = base_name + ".dwo"; in ReadDebugSectionsFromDwo() local
689 const char* section_data = elf_reader->GetSectionByName(dwo_name, in ReadDebugSectionsFromDwo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def318 HANDLE_DW_AT(0x76, dwo_name, 5, DWARF)
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.def331 HANDLE_DW_AT(0x76, dwo_name, 5, DWARF)
/external/elfutils/src/
Dreadelf.c7954 const char *dwo_name = in print_debug_units() local
7962 dwo_name, unit_id); in print_debug_units()