Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h145 virtual void setPath(const Twine &Path) {} in setPath() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp239 void RealFile::setPath(const Twine &Path) { in setPath() function in RealFile
720 void setPath(const Twine &Path) override { RequestedName = Path.str(); } in setPath() function in llvm::vfs::detail::__anon4785343f0511::InMemoryFileAdaptor
2418 void setPath(const Twine &Path) override { S = S.copyWithNewName(S, Path); } in setPath() function in __anon4785343f0d11::FileWithFixedStatus
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp401 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath() function