|
LLVM
4.0.0
|
#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>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) |
|
static |
Definition at line 1283 of file MCAsmStreamer.cpp.
References llvm::StringRef::empty(), llvm::format(), i, and llvm::StringRef::size().
|
static |
Definition at line 723 of file MCAsmStreamer.cpp.
References C, i, and llvm::StringRef::size().
|
inlinestatic |
Definition at line 721 of file MCAsmStreamer.cpp.
|
inlinestatic |
Definition at line 336 of file MCAsmStreamer.cpp.
References assert().
1.8.6