|
LLVM 22.0.0git
|
#include "llvm/MC/MCWinCOFFStreamer.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/Twine.h"#include "llvm/BinaryFormat/COFF.h"#include "llvm/MC/MCAsmBackend.h"#include "llvm/MC/MCAssembler.h"#include "llvm/MC/MCCodeEmitter.h"#include "llvm/MC/MCCodeView.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCFixup.h"#include "llvm/MC/MCObjectFileInfo.h"#include "llvm/MC/MCObjectStreamer.h"#include "llvm/MC/MCObjectWriter.h"#include "llvm/MC/MCSectionCOFF.h"#include "llvm/MC/MCSymbolCOFF.h"#include "llvm/MC/MCTargetOptions.h"#include "llvm/MC/MCValue.h"#include "llvm/MC/MCWinCOFFObjectWriter.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/SMLoc.h"#include "llvm/Support/raw_ostream.h"#include "llvm/TargetParser/Triple.h"#include <algorithm>#include <cstdint>Go to the source code of this file.
Classes | |
| class | MCCOFFSectionNumberTargetExpr |
| MCExpr that represents the physical number for the sections that contains a symbol. More... | |
| class | MCCOFFSectionOffsetTargetExpr |
| MCExpr that represents the offset to a symbol from the beginning of its section. More... | |
Macros | |
| #define | DEBUG_TYPE "WinCOFFStreamer" |
| #define DEBUG_TYPE "WinCOFFStreamer" |
Definition at line 43 of file MCWinCOFFStreamer.cpp.