Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/TextAPI/
HDInterfaceFile.h114 void setPath(StringRef Path_) { Path = std::string(Path_); } in setPath() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/
HDVirtualFileSystem.h143 virtual void setPath(const Twine &Path) {} in setPath() function
/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDVirtualFileSystem.cpp250 void RealFile::setPath(const Twine &Path) { in setPath() function in RealFile
747 void setPath(const Twine &Path) override { RequestedName = Path.str(); } in setPath() function in llvm::vfs::detail::__anonc164b3a70511::InMemoryFileAdaptor
2520 void setPath(const Twine &Path) override { S = S.copyWithNewName(S, Path); } in setPath() function in __anonc164b3a70d11::FileWithFixedStatus
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDDFAJumpThreading.cpp374 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath() function