LLVM  8.0.1
RISCVELFStreamer.h
Go to the documentation of this file.
1 //===-- RISCVELFStreamer.h - RISCV ELF Target Streamer ---------*- C++ -*--===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 
10 #ifndef LLVM_LIB_TARGET_RISCV_RISCVELFSTREAMER_H
11 #define LLVM_LIB_TARGET_RISCV_RISCVELFSTREAMER_H
12 
13 #include "RISCVTargetStreamer.h"
14 #include "llvm/MC/MCELFStreamer.h"
15 
16 namespace llvm {
17 
19 public:
22 
23  virtual void emitDirectiveOptionPush();
24  virtual void emitDirectiveOptionPop();
25  virtual void emitDirectiveOptionRVC();
26  virtual void emitDirectiveOptionNoRVC();
27  virtual void emitDirectiveOptionRelax();
28  virtual void emitDirectiveOptionNoRelax();
29 };
30 }
31 #endif
RISCVTargetELFStreamer(MCStreamer &S, const MCSubtargetInfo &STI)
This class represents lattice values for constants.
Definition: AllocatorList.h:24
virtual void emitDirectiveOptionNoRelax()
Streaming machine code generation interface.
Definition: MCStreamer.h:189
Generic base class for all target subtargets.