Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1882 FileSpec relative_to_binary = dwo_file; in GetDwoSymbolFileForCompileUnit() local
1883 relative_to_binary.PrependPathComponent( in GetDwoSymbolFileForCompileUnit()
1885 FileSystem::Instance().Resolve(relative_to_binary); in GetDwoSymbolFileForCompileUnit()
1886 relative_to_binary.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
1887 dwo_paths.Append(relative_to_binary); in GetDwoSymbolFileForCompileUnit()