LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
MCAsmStreamer.cpp File Reference
#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>
Include dependency graph for MCAsmStreamer.cpp:

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 MCSectiongetWin64EHTableSection (StringRef suffix, MCContext &context)
 

Function Documentation

static const MCSection* getWin64EHTableSection ( StringRef  suffix,
MCContext context 
)
static
static void PrintQuotedString ( StringRef  Data,
raw_ostream OS 
)
static

Definition at line 600 of file MCAsmStreamer.cpp.

References llvm::CallingConv::C, and llvm::StringRef::size().

static char toOctal ( int  X)
inlinestatic

Definition at line 598 of file MCAsmStreamer.cpp.

static int64_t truncateToSize ( int64_t  Value,
unsigned  Bytes 
)
inlinestatic

Definition at line 308 of file MCAsmStreamer.cpp.