Searched refs:DWOPaths (Results 1 – 1 of 1) sorted by relevance
84 SmallVector<std::string, 16> DWOPaths; in getDWOFilenames() local97 DWOPaths.push_back(std::move(DWOName)); in getDWOFilenames()99 DWOPaths.emplace_back(DWOPath.data(), DWOPath.size()); in getDWOFilenames()101 DWOPaths.push_back(std::move(DWOName)); in getDWOFilenames()104 return std::move(DWOPaths); in getDWOFilenames()