LLVM API Documentation
#include "llvm/MC/MCInstPrinter.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
static bool | needsLeadingZero (uint64_t Value) |
static bool needsLeadingZero | ( | uint64_t | Value | ) | [static] |
Definition at line 60 of file MCInstPrinter.cpp.
Referenced by llvm::MCInstPrinter::formatHex().