Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp157 IF->setPath(getPath()); in merge()
240 IF->setPath(getPath()); in remove()
309 IF->setPath(getPath()); in extract()
376 setPath(BA.Path); in setFromBinaryAttrs()
H A DTextStub.cpp577 File->setPath(Ctx->Path); in denormalize()
866 File->setPath(Ctx->Path); in denormalize()
1112 (*FileOrErr)->setPath(Ctx.Path); in get()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h115 void setPath(StringRef Path_) { Path = std::string(Path_); } in setPath() function
/freebsd/contrib/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(); } in setPath() function in llvm::vfs::detail::__anon5c4e8b480511::InMemoryFileAdaptor
2533 void setPath(const Twine &Path) override { S = S.copyWithNewName(S, Path); } in setPath() function in __anon5c4e8b480d11::FileWithFixedStatus
2548 F->get()->setPath(P); in getWithPath()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h145 virtual void setPath(const Twine &Path) {} in setPath() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp398 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc161 {"_ZN11ImageLoader7setPathEPKc", "ImageLoader::setPath(char const*)"},