Searched refs:error_dwo_path (Results 1 – 1 of 1) sorted by relevance
1906 FileSpec error_dwo_path(dwo_name); in GetDwoSymbolFileForCompileUnit() local1907 FileSystem::Instance().Resolve(error_dwo_path); in GetDwoSymbolFileForCompileUnit()1908 if (error_dwo_path.IsRelative() && comp_dir != nullptr) { in GetDwoSymbolFileForCompileUnit()1909 error_dwo_path.PrependPathComponent(comp_dir); in GetDwoSymbolFileForCompileUnit()1910 FileSystem::Instance().Resolve(error_dwo_path); in GetDwoSymbolFileForCompileUnit()1915 error_dwo_path.GetPath().c_str(), cu_die.GetOffset())); in GetDwoSymbolFileForCompileUnit()