Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h146 virtual void setPath(const Twine &Path) {} in setPath() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp240 void RealFile::setPath(const Twine &Path) { in setPath() function in RealFile
721 void setPath(const Twine &Path) override { RequestedName = Path.str(); } in setPath() function in llvm::vfs::detail::__anon2f7918780511::InMemoryFileAdaptor
2364 void setPath(const Twine &Path) override { S = S.copyWithNewName(S, Path); } in setPath() function in __anon2f7918780d11::FileWithFixedStatus
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp401 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath() function