Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp94 SmallString<16> DWOPath(DWOName); in getDWOFilenames() local
95 sys::fs::make_absolute(DWOCompDir, DWOPath); in getDWOFilenames()
96 if (!sys::fs::exists(DWOPath) && sys::fs::exists(DWOName)) in getDWOFilenames()
99 DWOPaths.emplace_back(DWOPath.data(), DWOPath.size()); in getDWOFilenames()