LLVM  4.0.0
Namespaces | Functions
MCFragment.cpp File Reference
#include "llvm/MC/MCFragment.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/Twine.h"
#include "llvm/MC/MCAssembler.h"
#include "llvm/MC/MCAsmBackend.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCAsmLayout.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCDwarf.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCFixupKindInfo.h"
#include "llvm/MC/MCSection.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/MCValue.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/LEB128.h"
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for MCFragment.cpp:

Go to the source code of this file.

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

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)
 
raw_ostreamllvm::operator<< (raw_ostream &OS, const MCFixup &AF)
 

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