Searched refs:WebAssemblyAsmPrinter (Results 1 – 3 of 3) sorted by relevance
61 MVT WebAssemblyAsmPrinter::getRegType(unsigned RegNo) const { in getRegType()83 WebAssemblyTargetStreamer *WebAssemblyAsmPrinter::getTargetStreamer() { in getTargetStreamer()152 MCSymbolWasm *WebAssemblyAsmPrinter::getMCSymbolForFunction( in getMCSymbolForFunction()296 void WebAssemblyAsmPrinter::emitDecls(const Module &M) { in emitDecls()390 void WebAssemblyAsmPrinter::emitEndOfAsmFile(Module &M) { in emitEndOfAsmFile()446 void WebAssemblyAsmPrinter::EmitProducerInfo(Module &M) { in EmitProducerInfo()497 void WebAssemblyAsmPrinter::EmitTargetFeatures(Module &M) { in EmitTargetFeatures()562 void WebAssemblyAsmPrinter::EmitFunctionAttributes(Module &M) { in EmitFunctionAttributes()604 void WebAssemblyAsmPrinter::emitConstantPool() { in emitConstantPool()610 void WebAssemblyAsmPrinter::emitJumpTableInfo() { in emitJumpTableInfo()[all …]
23 class WebAssemblyAsmPrinter; variable32 WebAssemblyAsmPrinter &Printer;41 WebAssemblyMCInstLower(MCContext &ctx, WebAssemblyAsmPrinter &printer) in WebAssemblyMCInstLower()
21 class LLVM_LIBRARY_VISIBILITY WebAssemblyAsmPrinter final : public AsmPrinter {37 explicit WebAssemblyAsmPrinter(TargetMachine &TM, in WebAssemblyAsmPrinter() function