Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp159 IF->setPath(getPath()); in merge()
239 IF->setPath(getPath()); in remove()
307 IF->setPath(getPath()); in extract()
H A DTextStub.cpp578 File->setPath(Ctx->Path); in denormalize()
867 File->setPath(Ctx->Path); in denormalize()
1113 (*FileOrErr)->setPath(Ctx.Path); in get()
H A DRecordsSlice.cpp308 File->setPath(BA.Path); in createInterfaceFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp360 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath() function
532 TPath.setPath(Path); in run()
865 TPath.setPath(NewPath); in createAllExitPaths()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h151 void setPath(StringRef Path_) { Path = std::string(Path_); } in setPath() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp204 void setPath(const Twine &Path) override;
240 void RealFile::setPath(const Twine &Path) { in setPath() function in RealFile
723 void setPath(const Twine &Path) override { RequestedName = Path.str(); } in setPath() function in llvm::vfs::detail::__anonf88482be0511::InMemoryFileAdaptor
2434 void setPath(const Twine &Path) override { S = S.copyWithNewName(S, Path); } in setPath() function in __anonf88482be0d11::FileWithFixedStatus
2449 F->get()->setPath(P); in getWithPath()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h145 virtual void setPath(const Twine &Path) {} in setPath() function