LLVM  4.0.0
Functions
MCAsmStreamer.cpp File Reference
#include "llvm/ADT/STLExtras.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/MCCodeView.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/MCStreamer.h"
#include "llvm/MC/MCSymbolELF.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/FormattedStream.h"
#include "llvm/Support/LEB128.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/SourceMgr.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 void PrintCFIEscape (llvm::formatted_raw_ostream &OS, StringRef Values)
 

Function Documentation

static void PrintCFIEscape ( llvm::formatted_raw_ostream OS,
StringRef  Values 
)
static
static void PrintQuotedString ( StringRef  Data,
raw_ostream OS 
)
static

Definition at line 723 of file MCAsmStreamer.cpp.

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

static char toOctal ( int  X)
inlinestatic

Definition at line 721 of file MCAsmStreamer.cpp.

static int64_t truncateToSize ( int64_t  Value,
unsigned  Bytes 
)
inlinestatic

Definition at line 336 of file MCAsmStreamer.cpp.

References assert().