Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp771 const char *dwo_name = in GetDWOName() local
773 if (!dwo_name) in GetDWOName()
774 dwo_name = in GetDWOName()
776 return dwo_name; in GetDWOName()
1844 const char *dwo_name = GetDWOName(*dwarf_cu, cu_die); in GetDwoSymbolFileForCompileUnit() local
1845 if (!dwo_name) { in GetDwoSymbolFileForCompileUnit()
1854 FileSpec dwo_file(dwo_name); in GetDwoSymbolFileForCompileUnit()
1874 dwo_file.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
1886 relative_to_binary.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
1897 dirspec.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1453 llvm::StringRef dwo_name; in DumpDwoFilesTable() local
1454 if (dict->GetValueForKeyAsString("dwo_name", dwo_name)) in DumpDwoFilesTable()
1455 strm << "(" << dwo_name << ")"; in DumpDwoFilesTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def390 HANDLE_DW_AT(0x76, dwo_name, 5, DWARF)