LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 dependency graph for MCWin64EH.cpp:

Go to the source code of this file.

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Functions

static uint8_t llvm::CountOfUnwindCodes (std::vector< MCWin64EHInstruction > &instArray)
 
static void llvm::EmitAbsDifference (MCStreamer &streamer, MCSymbol *lhs, MCSymbol *rhs)
 
static void llvm::EmitUnwindCode (MCStreamer &streamer, MCSymbol *begin, MCWin64EHInstruction &inst)
 
static void llvm::EmitSymbolRefWithOfs (MCStreamer &streamer, const MCSymbol *Base, const MCSymbol *Other)
 
static void llvm::EmitRuntimeFunction (MCStreamer &streamer, const MCWin64EHUnwindInfo *info)
 
static void llvm::EmitUnwindInfo (MCStreamer &streamer, MCWin64EHUnwindInfo *info)
 
static const MCSection * llvm::getWin64EHTableSection (StringRef suffix, MCContext &context)
 
static const MCSection * llvm::getWin64EHFuncTableSection (StringRef suffix, MCContext &context)