LLVM API Documentation
#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"
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) |