LLVM 19.0.0git
Classes | Namespaces | Functions
COFFObject.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/BinaryFormat/COFF.h"
#include "llvm/Object/COFF.h"
#include <cstddef>
#include <cstdint>
#include <vector>

Go to the source code of this file.

Classes

struct  llvm::objcopy::coff::Relocation
 
struct  llvm::objcopy::coff::Section
 
struct  llvm::objcopy::coff::AuxSymbol
 
struct  llvm::objcopy::coff::Symbol
 
struct  llvm::objcopy::coff::Object
 

Namespaces

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

Functions

template<class Symbol1Ty , class Symbol2Ty >
void llvm::objcopy::coff::copySymbol (Symbol1Ty &Dest, const Symbol2Ty &Src)
 
template<class PeHeader1Ty , class PeHeader2Ty >
void llvm::objcopy::coff::copyPeHeader (PeHeader1Ty &Dest, const PeHeader2Ty &Src)