LLVM  3.7.0
Namespaces | Macros | Functions
MCAssembler.cpp File Reference
#include "llvm/MC/MCAssembler.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/Twine.h"
#include "llvm/MC/MCAsmBackend.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCAsmLayout.h"
#include "llvm/MC/MCCodeEmitter.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCDwarf.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCFixupKindInfo.h"
#include "llvm/MC/MCObjectWriter.h"
#include "llvm/MC/MCSection.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/MCValue.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/LEB128.h"
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Support/raw_ostream.h"
#include <tuple>
Include dependency graph for MCAssembler.cpp:

Go to the source code of this file.

Namespaces

 stats
 
 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Macros

#define DEBUG_TYPE   "assembler"
 

Functions

static bool getLabelOffset (const MCAsmLayout &Layout, const MCSymbol &S, bool ReportError, uint64_t &Val)
 
static bool getSymbolOffsetImpl (const MCAsmLayout &Layout, const MCSymbol &S, bool ReportError, uint64_t &Val)
 
static void writeFragment (const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment &F)
 Write the fragment F to the output file. More...
 
raw_ostreamllvm::operator<< (raw_ostream &OS, const MCFixup &AF)
 

Macro Definition Documentation

#define DEBUG_TYPE   "assembler"

Definition at line 35 of file MCAssembler.cpp.

Function Documentation

static bool getLabelOffset ( const MCAsmLayout Layout,
const MCSymbol S,
bool  ReportError,
uint64_t &  Val 
)
static
static bool getSymbolOffsetImpl ( const MCAsmLayout Layout,
const MCSymbol S,
bool  ReportError,
uint64_t &  Val 
)
static
static void writeFragment ( const MCAssembler Asm,
const MCAsmLayout Layout,
const MCFragment F 
)
static