LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Enumerations | Functions
WinCOFFObjectWriter.cpp File Reference
#include "llvm/MC/MCWinCOFFObjectWriter.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/OwningPtr.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include "llvm/MC/MCAsmLayout.h"
#include "llvm/MC/MCAssembler.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCObjectWriter.h"
#include "llvm/MC/MCSection.h"
#include "llvm/MC/MCSectionCOFF.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/MCValue.h"
#include "llvm/Support/COFF.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/TimeValue.h"
#include <cstdio>
Include dependency graph for WinCOFFObjectWriter.cpp:

Go to the source code of this file.

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Macros

#define DEBUG_TYPE   "WinCOFFObjectWriter"
 

Enumerations

enum  AuxiliaryType
 

Functions

static void write_uint32_le (void *Data, uint32_t const &Value)
 
MCObjectWriterllvm::createWinCOFFObjectWriter (MCWinCOFFObjectTargetWriter *MOTW, raw_ostream &OS)
 Construct a new Win COFF writer instance. More...
 

Macro Definition Documentation

#define DEBUG_TYPE   "WinCOFFObjectWriter"

Definition at line 14 of file WinCOFFObjectWriter.cpp.

Enumeration Type Documentation

Definition at line 42 of file WinCOFFObjectWriter.cpp.

Function Documentation

static void write_uint32_le ( void *  Data,
uint32_t const &  Value 
)
inlinestatic

Definition at line 184 of file WinCOFFObjectWriter.cpp.