|
LLVM
3.7.0
|
#include "llvm/ADT/StringRef.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCObjectFileInfo.h"#include "llvm/MC/MCSectionCOFF.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSymbol.h"#include "llvm/MC/MCWinEH.h"#include "llvm/Support/COFF.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::WinEH | |
Functions | |
| static MCSection * | llvm::WinEH::getUnwindInfoSection (StringRef SecName, MCSectionCOFF *UnwindSec, const MCSymbol *Function, MCContext &Context) |
| We can't have one section for all .pdata or .xdata because the Microsoft linker seems to want all code relocations to refer to the same object file section. More... | |
1.8.6