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"
#include "llvm/Support/Win64EH.h"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
namespace | 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) |