Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp1541 const char *dwo_name = in GetDWOName() local
1543 if (!dwo_name) in GetDWOName()
1544 dwo_name = in GetDWOName()
1546 return dwo_name; in GetDWOName()
1588 const char *dwo_name = GetDWOName(*dwarf_cu, cu_die); in GetDwoSymbolFileForCompileUnit() local
1589 if (!dwo_name) in GetDwoSymbolFileForCompileUnit()
1601 FileSpec dwo_file(dwo_name); in GetDwoSymbolFileForCompileUnit()
1611 dwo_file.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDwarf.def318 HANDLE_DW_AT(0x76, dwo_name, 5, DWARF)