|
LLVM
3.7.0
|
#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 | |
| 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) |
1.8.6