|
LLVM
4.0.0
|
#include "BPF.h"#include "BPFInstPrinter.h"#include "llvm/MC/MCAsmInfo.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCSymbol.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/FormattedStream.h"#include "BPFGenAsmWriter.inc"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "asm-printer" |
Functions | |
| static void | printExpr (const MCExpr *Expr, raw_ostream &O) |
| #define DEBUG_TYPE "asm-printer" |
Definition at line 24 of file BPFInstPrinter.cpp.
|
static |
Definition at line 35 of file BPFInstPrinter.cpp.
References assert(), llvm::dyn_cast(), Kind, and llvm::MCSymbolRefExpr::VK_None.
Referenced by llvm::BPFInstPrinter::printOperand().
1.8.6