Lines Matching defs:Path
19 #include "llvm/Support/Path.h"
70 SmallString<128> Path{Directory};
71 sys::path::append(Path, ".build-id",
74 Path += ".debug";
75 return Path;
78 SmallString<128> Path = GetDebugPath(
87 if (llvm::sys::fs::exists(Path))
88 return std::string(Path);
92 SmallString<128> Path = GetDebugPath(Directory);
93 if (llvm::sys::fs::exists(Path))
94 return std::string(Path);