Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp30 WebAssemblyMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol()
34 MCSymbol *WebAssemblyMCInstLower::GetExternalSymbolSymbol( in GetExternalSymbolSymbol()
39 MCOperand WebAssemblyMCInstLower::LowerSymbolOperand(MCSymbol *Sym, in LowerSymbolOperand()
57 void WebAssemblyMCInstLower::Lower(const MachineInstr *MI, in Lower()
DWebAssemblyMCInstLower.h30 class LLVM_LIBRARY_VISIBILITY WebAssemblyMCInstLower {
40 WebAssemblyMCInstLower(MCContext &ctx, AsmPrinter &printer) in WebAssemblyMCInstLower() function
DCMakeLists.txt24 WebAssemblyMCInstLower.cpp
DWebAssemblyAsmPrinter.cpp256 WebAssemblyMCInstLower MCInstLowering(OutContext, *this); in EmitInstruction()