Home
last modified time | relevance | path

Searched refs:DWOPaths (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp84 SmallVector<std::string, 16> DWOPaths; in getDWOFilenames() local
97 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()