LLVM  8.0.1
Functions
MCInstPrinter.cpp File Reference
#include "llvm/MC/MCInstPrinter.h"
#include "llvm/ADT/ArrayRef.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"
#include <cinttypes>
#include <cstdint>
Include dependency graph for MCInstPrinter.cpp:

Go to the source code of this file.

Functions

static bool needsLeadingZero (uint64_t Value)
 

Function Documentation

◆ needsLeadingZero()

static bool needsLeadingZero ( uint64_t  Value)
static

Definition at line 72 of file MCInstPrinter.cpp.

Referenced by llvm::MCInstPrinter::formatHex().