Searched defs:setPath (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Support/ | ||
| H A D | VirtualFileSystem.h | 146 virtual void setPath(const Twine &Path) {} in setPath() function |
| /llvm-project-15.0.7/llvm/lib/Support/ | ||
| H A D | VirtualFileSystem.cpp | 240 void RealFile::setPath(const Twine &Path) { in setPath() function in RealFile |
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ | ||
| H A D | DFAJumpThreading.cpp | 401 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath() function |