LLVM  3.7.0
Namespaces | Functions
MCWin64EH.cpp File Reference
#include "llvm/MC/MCWin64EH.h"
#include "llvm/ADT/Twine.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCObjectFileInfo.h"
#include "llvm/MC/MCSectionCOFF.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/Win64EH.h"
Include dependency graph for MCWin64EH.cpp:

Go to the source code of this file.

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 
 llvm::Win64EH
 

Functions

static uint8_t llvm::CountOfUnwindCodes (std::vector< WinEH::Instruction > &Insns)
 
static void llvm::EmitAbsDifference (MCStreamer &Streamer, const MCSymbol *LHS, const MCSymbol *RHS)
 
static void llvm::EmitUnwindCode (MCStreamer &streamer, const MCSymbol *begin, WinEH::Instruction &inst)
 
static void llvm::EmitSymbolRefWithOfs (MCStreamer &streamer, const MCSymbol *Base, const MCSymbol *Other)
 
static void llvm::EmitRuntimeFunction (MCStreamer &streamer, const WinEH::FrameInfo *info)
 
static void llvm::EmitUnwindInfo (MCStreamer &streamer, WinEH::FrameInfo *info)