LLVM 19.0.0git
Namespaces | Functions
ELFObjHandler.h File Reference

This supports reading and writing of elf dynamic shared objects. More...

#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/MemoryBufferRef.h"
#include <memory>

Go to the source code of this file.

Namespaces

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

Functions

Expected< std::unique_ptr< IFSStub > > llvm::ifs::readELFFile (MemoryBufferRef Buf)
 Attempt to read a binary ELF file from a MemoryBuffer.
 
Error llvm::ifs::writeBinaryStub (StringRef FilePath, const IFSStub &Stub, bool WriteIfChanged=false)
 Attempt to write a binary ELF stub.
 

Detailed Description

This supports reading and writing of elf dynamic shared objects.

Definition in file ELFObjHandler.h.