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

/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.h1 //===-- WebAssemblyMCInstLower.h - Lower MachineInstr to MCInst -*- C++ -*-===//
30 class LLVM_LIBRARY_VISIBILITY WebAssemblyMCInstLower { class in namespace:llvm
40 WebAssemblyMCInstLower(MCContext &ctx, AsmPrinter &printer) function in class:llvm::WebAssemblyMCInstLower
H A DWebAssemblyMCInstLower.cpp0 // WebAssemblyMCInstLower.cpp - Convert WebAssembly MachineInstr to an MCInst //
16 #include "WebAssemblyMCInstLower.h"
30 WebAssemblyMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const {
34 MCSymbol *WebAssemblyMCInstLower::GetExternalSymbolSymbol(
39 MCOperand WebAssemblyMCInstLower::LowerSymbolOperand(MCSymbol *Sym,
57 void WebAssemblyMCInstLower::Lower(const MachineInstr *MI,
H A DWebAssemblyAsmPrinter.cpp21 #include "WebAssemblyMCInstLower.h"
216 WebAssemblyMCInstLower MCInstLowering(OutContext, *this);

Completed in 36 milliseconds