LLVM 20.0.0git
|
#include "XCoreInstPrinter.h"
#include "llvm/ADT/StringRef.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/raw_ostream.h"
#include <cassert>
#include "XCoreGenAsmWriter.inc"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "asm-printer" |
Functions | |
static void | printExpr (const MCExpr *Expr, const MCAsmInfo *MAI, raw_ostream &OS) |
#define DEBUG_TYPE "asm-printer" |
Definition at line 26 of file XCoreInstPrinter.cpp.
|
static |
Definition at line 51 of file XCoreInstPrinter.cpp.
References assert(), llvm::MCSymbolRefExpr::getKind(), llvm::MCSymbolRefExpr::getSymbol(), llvm::Offset, OS, llvm::MCSymbol::print(), and llvm::MCSymbolRefExpr::VK_None.