llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCExpr.cpp

//===-- LanaiMCExpr.cpp - Lanai specific MC expression classes ------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "LanaiMCExpr.h"
#include "llvm/MC/MCAssembler.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCStreamer.h"
usingnamespacellvm;

#define DEBUG_TYPE

const LanaiMCExpr *LanaiMCExpr::create(VariantKind Kind, const MCExpr *Expr,
                                       MCContext &Ctx) {}

void LanaiMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const {}

void LanaiMCExpr::visitUsedExpr(MCStreamer &Streamer) const {}

bool LanaiMCExpr::evaluateAsRelocatableImpl(MCValue &Res,
                                            const MCAssembler *Asm,
                                            const MCFixup *Fixup) const {}