Searched refs:WebAssemblyMCCodeEmitter (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp1 //=- WebAssemblyMCCodeEmitter.cpp - Convert WebAssembly code to machine code -//
10 /// This file implements the WebAssemblyMCCodeEmitter class.
38 class WebAssemblyMCCodeEmitter final : public MCCodeEmitter {
51 WebAssemblyMCCodeEmitter(const MCInstrInfo &MCII) : MCII(MCII) {} function in class:__anon4357::final
56 return new WebAssemblyMCCodeEmitter(MCII);
59 void WebAssemblyMCCodeEmitter::encodeInstruction(

Completed in 106 milliseconds