LLVM API Documentation

Functions
MCAsmStreamer.cpp File Reference
#include "llvm/MC/MCStreamer.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/STLExtras.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 <unordered_map>
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)

Function Documentation

static void PrintQuotedString ( StringRef  Data,
raw_ostream OS 
) [static]

Definition at line 583 of file MCAsmStreamer.cpp.

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

static char toOctal ( int  X) [inline, static]

Definition at line 581 of file MCAsmStreamer.cpp.

static int64_t truncateToSize ( int64_t  Value,
unsigned  Bytes 
) [inline, static]

Definition at line 289 of file MCAsmStreamer.cpp.