Home
last modified time | relevance | path

Searched refs:WebAssemblyMCInstLower (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.h30 class LLVM_LIBRARY_VISIBILITY WebAssemblyMCInstLower {
40 WebAssemblyMCInstLower(MCContext &ctx, WebAssemblyAsmPrinter &printer) in WebAssemblyMCInstLower() function
H A DWebAssemblyMCInstLower.cpp49 WebAssemblyMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol()
71 MCSymbol *WebAssemblyMCInstLower::GetExternalSymbolSymbol( in GetExternalSymbolSymbol()
123 MCOperand WebAssemblyMCInstLower::LowerSymbolOperand(MCSymbol *Sym, in LowerSymbolOperand()
164 void WebAssemblyMCInstLower::Lower(const MachineInstr *MI, in Lower()
H A DWebAssemblyAsmPrinter.h22 class WebAssemblyMCInstLower; variable
H A DWebAssemblyAsmPrinter.cpp261 WebAssemblyMCInstLower MCInstLowering(OutContext, *this); in EmitInstruction()