Searched refs:error_dwo_path (Results 1 – 1 of 1) sorted by relevance
1928 FileSpec error_dwo_path(dwo_name); in GetDwoSymbolFileForCompileUnit() local1929 FileSystem::Instance().Resolve(error_dwo_path); in GetDwoSymbolFileForCompileUnit()1930 if (error_dwo_path.IsRelative() && comp_dir != nullptr) { in GetDwoSymbolFileForCompileUnit()1931 error_dwo_path.PrependPathComponent(comp_dir); in GetDwoSymbolFileForCompileUnit()1932 FileSystem::Instance().Resolve(error_dwo_path); in GetDwoSymbolFileForCompileUnit()1937 error_dwo_path.GetPath().c_str(), cu_die.GetOffset())); in GetDwoSymbolFileForCompileUnit()