Searched defs:setPath (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/ | ||
H A D | InterfaceFile.h | 151 void setPath(StringRef Path_) { Path = std::string(Path_); } setPath() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ | ||
H A D | VirtualFileSystem.h | 145 virtual void setPath(const Twine &Path) {} setPath() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ | ||
H A D | VirtualFileSystem.cpp | 240 void RealFile::setPath(const Twine &Path) { setPath() function in RealFile |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | DFAJumpThreading.cpp | 360 void setPath(const PathType &NewPath) { Path = NewPath; } setPath() function |