You've already forked linux-packaging-mono
acceptance-tests
data
debian
docs
external
Newtonsoft.Json
api-doc-tools
api-snapshot
aspnetwebstack
binary-reference-assemblies
bockbuild
boringssl
cecil
cecil-legacy
corefx
corert
helix-binaries
ikdasm
ikvm
illinker-test-assets
linker
llvm
bindings
cmake
docs
examples
include
lib
Analysis
AsmParser
BinaryFormat
Bitcode
CodeGen
DebugInfo
Demangle
ExecutionEngine
FuzzMutate
Fuzzer
IR
IRReader
LTO
LineEditor
Linker
MC
Object
ObjectYAML
Option
Passes
ProfileData
Support
TableGen
Target
AArch64
AMDGPU
ARC
ARM
AVR
BPF
Hexagon
Lanai
MSP430
Mips
NVPTX
Nios2
PowerPC
RISCV
Sparc
SystemZ
WebAssembly
Disassembler
InstPrinter
MCTargetDesc
CMakeLists.txt
LLVMBuild.txt
WebAssemblyAsmBackend.cpp
WebAssemblyELFObjectWriter.cpp
WebAssemblyFixupKinds.h
WebAssemblyMCAsmInfo.cpp
WebAssemblyMCAsmInfo.h
WebAssemblyMCCodeEmitter.cpp
WebAssemblyMCTargetDesc.cpp
WebAssemblyMCTargetDesc.h
WebAssemblyTargetStreamer.cpp
WebAssemblyTargetStreamer.h
WebAssemblyWasmObjectWriter.cpp
TargetInfo
CMakeLists.txt
LLVMBuild.txt
README.txt
WebAssembly.h
WebAssembly.td
WebAssemblyArgumentMove.cpp
WebAssemblyAsmPrinter.cpp
WebAssemblyAsmPrinter.h
WebAssemblyCFGSort.cpp
WebAssemblyCFGStackify.cpp
WebAssemblyCallIndirectFixup.cpp
WebAssemblyExplicitLocals.cpp
WebAssemblyFastISel.cpp
WebAssemblyFixFunctionBitcasts.cpp
WebAssemblyFixIrreducibleControlFlow.cpp
WebAssemblyFrameLowering.cpp
WebAssemblyFrameLowering.h
WebAssemblyISD.def
WebAssemblyISelDAGToDAG.cpp
WebAssemblyISelLowering.cpp
WebAssemblyISelLowering.h
WebAssemblyInstrAtomics.td
WebAssemblyInstrCall.td
WebAssemblyInstrControl.td
WebAssemblyInstrConv.td
WebAssemblyInstrFloat.td
WebAssemblyInstrFormats.td
WebAssemblyInstrInfo.cpp
WebAssemblyInstrInfo.h
WebAssemblyInstrInfo.td
WebAssemblyInstrInteger.td
WebAssemblyInstrMemory.td
WebAssemblyInstrSIMD.td
WebAssemblyLowerBrUnless.cpp
WebAssemblyLowerEmscriptenEHSjLj.cpp
WebAssemblyLowerGlobalDtors.cpp
WebAssemblyMCInstLower.cpp
WebAssemblyMCInstLower.h
WebAssemblyMachineFunctionInfo.cpp
WebAssemblyMachineFunctionInfo.h
WebAssemblyOptimizeLiveIntervals.cpp
WebAssemblyOptimizeReturned.cpp
WebAssemblyPeephole.cpp
WebAssemblyPrepareForLiveIntervals.cpp
WebAssemblyRegColoring.cpp
WebAssemblyRegNumbering.cpp
WebAssemblyRegStackify.cpp
WebAssemblyRegisterInfo.cpp
WebAssemblyRegisterInfo.h
WebAssemblyRegisterInfo.td
WebAssemblyReplacePhysRegs.cpp
WebAssemblyRuntimeLibcallSignatures.cpp
WebAssemblyRuntimeLibcallSignatures.h
WebAssemblySelectionDAGInfo.cpp
WebAssemblySelectionDAGInfo.h
WebAssemblySetP2AlignOperands.cpp
WebAssemblyStoreResults.cpp
WebAssemblySubtarget.cpp
WebAssemblySubtarget.h
WebAssemblyTargetMachine.cpp
WebAssemblyTargetMachine.h
WebAssemblyTargetObjectFile.cpp
WebAssemblyTargetObjectFile.h
WebAssemblyTargetTransformInfo.cpp
WebAssemblyTargetTransformInfo.h
WebAssemblyUtilities.cpp
WebAssemblyUtilities.h
known_gcc_test_failures.txt
X86
XCore
CMakeLists.txt
LLVMBuild.txt
README.txt
Target.cpp
TargetIntrinsicInfo.cpp
TargetLoweringObjectFile.cpp
TargetMachine.cpp
TargetMachineC.cpp
Testing
ToolDrivers
Transforms
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt
projects
resources
runtimes
scripts
test
tools
unittests
utils
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in
nuget-buildtasks
nunit-lite
roslyn-binaries
rx
xunit-binaries
how-to-bump-roslyn-binaries.md
ikvm-native
libgc
llvm
m4
man
mcs
mk
mono
msvc
po
runtime
samples
scripts
support
tools
COPYING.LIB
LICENSE
Makefile.am
Makefile.in
NEWS
README.md
acinclude.m4
aclocal.m4
autogen.sh
code_of_conduct.md
compile
config.guess
config.h.in
config.rpath
config.sub
configure.REMOVED.git-id
configure.ac.REMOVED.git-id
depcomp
install-sh
ltmain.sh.REMOVED.git-id
missing
mkinstalldirs
mono-uninstalled.pc.in
test-driver
winconfig.h
113 lines
4.2 KiB
C
113 lines
4.2 KiB
C
![]() |
//==-- WebAssemblyTargetStreamer.h - WebAssembly Target Streamer -*- C++ -*-==//
|
||
|
//
|
||
|
// The LLVM Compiler Infrastructure
|
||
|
//
|
||
|
// This file is distributed under the University of Illinois Open Source
|
||
|
// License. See LICENSE.TXT for details.
|
||
|
//
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
///
|
||
|
/// \file
|
||
|
/// \brief This file declares WebAssembly-specific target streamer classes.
|
||
|
/// These are for implementing support for target-specific assembly directives.
|
||
|
///
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
|
||
|
#ifndef LLVM_LIB_TARGET_WEBASSEMBLY_MCTARGETDESC_WEBASSEMBLYTARGETSTREAMER_H
|
||
|
#define LLVM_LIB_TARGET_WEBASSEMBLY_MCTARGETDESC_WEBASSEMBLYTARGETSTREAMER_H
|
||
|
|
||
|
#include "llvm/BinaryFormat/Wasm.h"
|
||
|
#include "llvm/CodeGen/MachineValueType.h"
|
||
|
#include "llvm/MC/MCStreamer.h"
|
||
|
|
||
|
namespace llvm {
|
||
|
|
||
|
class MCELFStreamer;
|
||
|
class MCWasmStreamer;
|
||
|
|
||
|
/// WebAssembly-specific streamer interface, to implement support
|
||
|
/// WebAssembly-specific assembly directives.
|
||
|
class WebAssemblyTargetStreamer : public MCTargetStreamer {
|
||
|
public:
|
||
|
explicit WebAssemblyTargetStreamer(MCStreamer &S);
|
||
|
|
||
|
/// .param
|
||
|
virtual void emitParam(MCSymbol *Symbol, ArrayRef<MVT> Types) = 0;
|
||
|
/// .result
|
||
|
virtual void emitResult(MCSymbol *Symbol, ArrayRef<MVT> Types) = 0;
|
||
|
/// .local
|
||
|
virtual void emitLocal(ArrayRef<MVT> Types) = 0;
|
||
|
/// .globalvar
|
||
|
virtual void emitGlobal(ArrayRef<wasm::Global> Globals) = 0;
|
||
|
/// .endfunc
|
||
|
virtual void emitEndFunc() = 0;
|
||
|
/// .functype
|
||
|
virtual void emitIndirectFunctionType(MCSymbol *Symbol,
|
||
|
SmallVectorImpl<MVT> &Params,
|
||
|
SmallVectorImpl<MVT> &Results) = 0;
|
||
|
/// .indidx
|
||
|
virtual void emitIndIdx(const MCExpr *Value) = 0;
|
||
|
/// .import_global
|
||
|
virtual void emitGlobalImport(StringRef name) = 0;
|
||
|
|
||
|
protected:
|
||
|
void emitValueType(wasm::ValType Type);
|
||
|
};
|
||
|
|
||
|
/// This part is for ascii assembly output
|
||
|
class WebAssemblyTargetAsmStreamer final : public WebAssemblyTargetStreamer {
|
||
|
formatted_raw_ostream &OS;
|
||
|
|
||
|
public:
|
||
|
WebAssemblyTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
||
|
|
||
|
void emitParam(MCSymbol *Symbol, ArrayRef<MVT> Types) override;
|
||
|
void emitResult(MCSymbol *Symbol, ArrayRef<MVT> Types) override;
|
||
|
void emitLocal(ArrayRef<MVT> Types) override;
|
||
|
void emitGlobal(ArrayRef<wasm::Global> Globals) override;
|
||
|
void emitEndFunc() override;
|
||
|
void emitIndirectFunctionType(MCSymbol *Symbol,
|
||
|
SmallVectorImpl<MVT> &Params,
|
||
|
SmallVectorImpl<MVT> &Results) override;
|
||
|
void emitIndIdx(const MCExpr *Value) override;
|
||
|
void emitGlobalImport(StringRef name) override;
|
||
|
};
|
||
|
|
||
|
/// This part is for ELF object output
|
||
|
class WebAssemblyTargetELFStreamer final : public WebAssemblyTargetStreamer {
|
||
|
public:
|
||
|
explicit WebAssemblyTargetELFStreamer(MCStreamer &S);
|
||
|
|
||
|
void emitParam(MCSymbol *Symbol, ArrayRef<MVT> Types) override;
|
||
|
void emitResult(MCSymbol *Symbol, ArrayRef<MVT> Types) override;
|
||
|
void emitLocal(ArrayRef<MVT> Types) override;
|
||
|
void emitGlobal(ArrayRef<wasm::Global> Globals) override;
|
||
|
void emitEndFunc() override;
|
||
|
void emitIndirectFunctionType(MCSymbol *Symbol,
|
||
|
SmallVectorImpl<MVT> &Params,
|
||
|
SmallVectorImpl<MVT> &Results) override;
|
||
|
void emitIndIdx(const MCExpr *Value) override;
|
||
|
void emitGlobalImport(StringRef name) override;
|
||
|
};
|
||
|
|
||
|
/// This part is for Wasm object output
|
||
|
class WebAssemblyTargetWasmStreamer final : public WebAssemblyTargetStreamer {
|
||
|
public:
|
||
|
explicit WebAssemblyTargetWasmStreamer(MCStreamer &S);
|
||
|
|
||
|
void emitParam(MCSymbol *Symbol, ArrayRef<MVT> Types) override;
|
||
|
void emitResult(MCSymbol *Symbol, ArrayRef<MVT> Types) override;
|
||
|
void emitLocal(ArrayRef<MVT> Types) override;
|
||
|
void emitGlobal(ArrayRef<wasm::Global> Globals) override;
|
||
|
void emitEndFunc() override;
|
||
|
void emitIndirectFunctionType(MCSymbol *Symbol,
|
||
|
SmallVectorImpl<MVT> &Params,
|
||
|
SmallVectorImpl<MVT> &Results) override;
|
||
|
void emitIndIdx(const MCExpr *Value) override;
|
||
|
void emitGlobalImport(StringRef name) override;
|
||
|
};
|
||
|
|
||
|
} // end namespace llvm
|
||
|
|
||
|
#endif
|