Home
last modified time | relevance | path

Searched refs:setPath (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp401 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath() function
572 TPath.setPath(Path); in run()
899 TPath.setPath(NewPath); in createAllExitPaths()
/openbsd/gnu/llvm/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h157 void setPath(StringRef Path_) { Path = std::string(Path_); }
/openbsd/gnu/llvm/llvm/lib/TextAPI/
H A DTextStub.cpp617 File->setPath(Ctx->Path); in denormalize()
912 File->setPath(Ctx->Path); in denormalize()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp203 void setPath(const Twine &Path) override;
239 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::__anon40a6f2f50511::InMemoryFileAdaptor
2418 void setPath(const Twine &Path) override { S = S.copyWithNewName(S, Path); } in setPath() function in __anon40a6f2f50d11::FileWithFixedStatus
2433 F->get()->setPath(P); in getWithPath()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h145 virtual void setPath(const Twine &Path) {} in setPath() function