Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/TextAPI/
H A DTextStubV3Tests.cpp269 File.setPath("libfoo.dylib"); in TEST()
337 File.setPath("libfoo.dylib"); in TEST()
361 Document.setPath("libbar.dylib"); in TEST()
H A DTextStubV1Tests.cpp175 File.setPath("libfoo.dylib"); in TEST()
H A DTextStubV2Tests.cpp193 File.setPath("libfoo.dylib"); in TEST()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h157 void setPath(StringRef Path_) { Path = std::string(Path_); }
/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DTextStub.cpp617 File->setPath(Ctx->Path); in denormalize()
912 File->setPath(Ctx->Path); in denormalize()
/llvm-project-15.0.7/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
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
2379 F->get()->setPath(P); in getWithPath()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h146 virtual void setPath(const Twine &Path) {} in setPath() function