LLVM API Documentation
#include "llvm/MC/MCStreamer.h"
#include "llvm/ADT/OwningPtr.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/Twine.h"
#include "llvm/MC/MCAsmBackend.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCCodeEmitter.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCFixupKindInfo.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstPrinter.h"
#include "llvm/MC/MCObjectFileInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSectionCOFF.h"
#include "llvm/MC/MCSectionMachO.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/FormattedStream.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/Path.h"
#include <cctype>
Go to the source code of this file.
Functions | |
static int64_t | truncateToSize (int64_t Value, unsigned Bytes) |
static char | toOctal (int X) |
static void | PrintQuotedString (StringRef Data, raw_ostream &OS) |
static const MCSection * | getWin64EHTableSection (StringRef suffix, MCContext &context) |
this duplicate code in MCWin64EH.cpp.
Definition at line 1142 of file MCAsmStreamer.cpp.
References llvm::MCContext::getCOFFSection(), llvm::SectionKind::getDataRel(), llvm::MCContext::getObjectFileInfo(), and llvm::MCObjectFileInfo::getXDataSection().
|
static |
Definition at line 600 of file MCAsmStreamer.cpp.
References llvm::CallingConv::C, and llvm::StringRef::size().
|
inlinestatic |
Definition at line 598 of file MCAsmStreamer.cpp.
|
inlinestatic |
Definition at line 308 of file MCAsmStreamer.cpp.