Searched refs:tuOrErr (Results 1 – 1 of 1) sorted by relevance
973 if (auto tuOrErr = readCompUnit(normalizedFile, *debugInfo, *debugAbbrev, in parseDebugInfo() local980 tuOrErr->name = copyDebugString(tuOrErr->name, *allocator); in parseDebugInfo()981 tuOrErr->path = copyDebugString(tuOrErr->path, *allocator); in parseDebugInfo()983 file.setDebugInfo(std::make_unique<DwarfDebugInfo>(std::move(*tuOrErr))); in parseDebugInfo()987 return tuOrErr.takeError(); in parseDebugInfo()