LLVM 19.0.0git
Macros | Functions
BPFInstPrinter.cpp File Reference
#include "BPF.h"
#include "MCTargetDesc/BPFInstPrinter.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCRegister.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/Casting.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)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "asm-printer"

Definition at line 26 of file BPFInstPrinter.cpp.

Function Documentation

◆ printExpr()

static void printExpr ( const MCExpr Expr,
raw_ostream O 
)
static