Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp163 IF->setPath(getPath()); in merge()
246 IF->setPath(getPath()); in remove()
315 IF->setPath(getPath()); in extract()
382 setPath(BA.Path);
H A DTextStub.cpp578 File->setPath(Ctx->Path); in denormalize()
867 File->setPath(Ctx->Path); in denormalize()
1113 (*FileOrErr)->setPath(Ctx.Path); in get()
/llvm-project/llvm/unittests/TextAPI/
H A DTextStubV3Tests.cpp260 File.setPath("libfoo.dylib"); in TEST()
328 File.setPath("libfoo.dylib"); in TEST()
352 Document.setPath("libbar.dylib"); in TEST()
H A DTextStubV2Tests.cpp191 File.setPath("libfoo.dylib"); in TEST()
H A DTextStubV1Tests.cpp173 File.setPath("libfoo.dylib"); in TEST()
/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp399 void setPath(const PathType &NewPath) { Path = NewPath; } in MainSwitch()
374 void setPath(const PathType &NewPath) { Path = NewPath; } setPath() function
/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h114 void setPath(StringRef Path_) { Path = std::string(Path_); } in setPath() function
/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp214 void setPath(const Twine &Path) override;
250 void RealFile::setPath(const Twine &Path) { in setPath() function in RealFile
759 void setPath(const Twine &Path) override { RequestedName = Path.str(); }
2533 void setPath(const Twine &Path) override { S = S.copyWithNewName(S, Path); } in getWithPath()
2548 F->get()->setPath(P); in openFileForRead()
747 void setPath(const Twine &Path) override { RequestedName = Path.str(); } setPath() function in llvm::vfs::detail::__anoneadfb2db0511::InMemoryFileAdaptor
2520 void setPath(const Twine &Path) override { S = S.copyWithNewName(S, Path); } setPath() function in __anoneadfb2db0d11::FileWithFixedStatus
/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h143 virtual void setPath(const Twine &Path) {} in setPath() function