LLVM 17.0.0git
Classes | Namespaces | Functions
ArchiveWriter.h File Reference
#include "llvm/Object/Archive.h"

Go to the source code of this file.

Classes

struct  llvm::NewArchiveMember
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

Expected< std::string > llvm::computeArchiveRelativePath (StringRef From, StringRef To)
 
Error llvm::writeArchive (StringRef ArcName, ArrayRef< NewArchiveMember > NewMembers, bool WriteSymtab, object::Archive::Kind Kind, bool Deterministic, bool Thin, std::unique_ptr< MemoryBuffer > OldArchiveBuf=nullptr, bool IsEC=false)
 
Expected< std::unique_ptr< MemoryBuffer > > llvm::writeArchiveToBuffer (ArrayRef< NewArchiveMember > NewMembers, bool WriteSymtab, object::Archive::Kind Kind, bool Deterministic, bool Thin)