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