Home
last modified time | relevance | path

Searched defs:setPath (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h151 void setPath(StringRef Path_) { Path = std::string(Path_); } setPath() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h145 virtual void setPath(const Twine &Path) {} setPath() function
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp240 void RealFile::setPath(const Twine &Path) { setPath() function in RealFile
723 void setPath(const Twine &Path) override { RequestedName = Path.str(); } setPath() function in llvm::vfs::detail::__anon25afb95a0511::InMemoryFileAdaptor
2434 void setPath(const Twine &Path) override { S = S.copyWithNewName(S, Path); } setPath() function in __anon25afb95a0d11::FileWithFixedStatus
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp360 void setPath(const PathType &NewPath) { Path = NewPath; } setPath() function