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()269 void WebAssemblyAsmPrinter::emitExternalDecls(const Module &M) { in emitExternalDecls()360 void WebAssemblyAsmPrinter::emitEndOfAsmFile(Module &M) { in emitEndOfAsmFile()412 void WebAssemblyAsmPrinter::EmitProducerInfo(Module &M) { in EmitProducerInfo()463 void WebAssemblyAsmPrinter::EmitTargetFeatures(Module &M) { in EmitTargetFeatures()519 void WebAssemblyAsmPrinter::emitConstantPool() { in emitConstantPool()524 void WebAssemblyAsmPrinter::emitJumpTableInfo() { in emitJumpTableInfo()534 const_cast<WebAssemblyAsmPrinter *>(this) in emitLinkage()[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