|
LLVM
8.0.1
|
#include "llvm/MC/MCStreamer.h"#include "llvm/ADT/Optional.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/Twine.h"#include "llvm/BinaryFormat/COFF.h"#include "llvm/MC/MCAsmBackend.h"#include "llvm/MC/MCAsmInfo.h"#include "llvm/MC/MCCodeView.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCDwarf.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCInstPrinter.h"#include "llvm/MC/MCObjectFileInfo.h"#include "llvm/MC/MCSection.h"#include "llvm/MC/MCSectionCOFF.h"#include "llvm/MC/MCSymbol.h"#include "llvm/MC/MCWin64EH.h"#include "llvm/MC/MCWinEH.h"#include "llvm/Support/Casting.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/LEB128.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <cstdint>#include <cstdlib>#include <utility>
Go to the source code of this file.
Functions | |
| static MCSection * | getWinCFISection (MCContext &Context, unsigned *NextWinCFIID, MCSection *MainCFISec, const MCSection *TextSec) |
|
static |
Definition at line 713 of file MCStreamer.cpp.
References llvm::MCContext::getAsmInfo(), llvm::MCContext::getAssociativeCOFFSection(), llvm::MCContext::getCOFFSection(), llvm::MCContext::getObjectFileInfo(), llvm::MCObjectFileInfo::getTextSection(), llvm::MCAsmInfo::hasCOFFAssociativeComdats(), llvm::COFF::IMAGE_COMDAT_SELECT_ANY, and llvm::COFF::IMAGE_SCN_LNK_COMDAT.
Referenced by llvm::MCStreamer::getAssociatedPDataSection(), and llvm::MCStreamer::getAssociatedXDataSection().
1.8.13