Searched refs:WebAssemblyAsmPrinter (Results 1 – 3 of 3) sorted by relevance
49 MVT WebAssemblyAsmPrinter::getRegType(unsigned RegNo) const { in getRegType()61 std::string WebAssemblyAsmPrinter::regToString(const MachineOperand &MO) { in regToString()71 WebAssemblyTargetStreamer *WebAssemblyAsmPrinter::getTargetStreamer() { in getTargetStreamer()80 void WebAssemblyAsmPrinter::EmitEndOfAsmFile(Module &M) { in EmitEndOfAsmFile()158 void WebAssemblyAsmPrinter::EmitConstantPool() { in EmitConstantPool()163 void WebAssemblyAsmPrinter::EmitJumpTableInfo() { in EmitJumpTableInfo()167 void WebAssemblyAsmPrinter::EmitFunctionBodyStart() { in EmitFunctionBodyStart()196 void WebAssemblyAsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction()270 const MCExpr *WebAssemblyAsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant()279 bool WebAssemblyAsmPrinter::PrintAsmOperand(const MachineInstr *MI, in PrintAsmOperand()[all …]
23 class WebAssemblyAsmPrinter; variable32 WebAssemblyAsmPrinter &Printer;40 WebAssemblyMCInstLower(MCContext &ctx, WebAssemblyAsmPrinter &printer) in WebAssemblyMCInstLower()
24 class LLVM_LIBRARY_VISIBILITY WebAssemblyAsmPrinter final : public AsmPrinter {32 explicit WebAssemblyAsmPrinter(TargetMachine &TM, in WebAssemblyAsmPrinter() function