Searched refs:error_dwo_path (Results 1 – 1 of 1) sorted by relevance
1967 FileSpec error_dwo_path(dwo_name); in GetDwoSymbolFileForCompileUnit() local1968 FileSystem::Instance().Resolve(error_dwo_path); in GetDwoSymbolFileForCompileUnit()1969 if (error_dwo_path.IsRelative() && comp_dir != nullptr) { in GetDwoSymbolFileForCompileUnit()1970 error_dwo_path.PrependPathComponent(comp_dir); in GetDwoSymbolFileForCompileUnit()1971 FileSystem::Instance().Resolve(error_dwo_path); in GetDwoSymbolFileForCompileUnit()1976 error_dwo_path.GetPath().c_str(), cu_die.GetOffset())); in GetDwoSymbolFileForCompileUnit()