Lines Matching refs:WebAssemblyAsmPrinter

61 MVT WebAssemblyAsmPrinter::getRegType(unsigned RegNo) const {  in getRegType()
73 std::string WebAssemblyAsmPrinter::regToString(const MachineOperand &MO) { in regToString()
83 WebAssemblyTargetStreamer *WebAssemblyAsmPrinter::getTargetStreamer() { in getTargetStreamer()
152 MCSymbolWasm *WebAssemblyAsmPrinter::getMCSymbolForFunction( in getMCSymbolForFunction()
174 void WebAssemblyAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable()
212 MCSymbol *WebAssemblyAsmPrinter::getOrCreateWasmSymbol(StringRef Name) { in getOrCreateWasmSymbol()
276 void WebAssemblyAsmPrinter::emitSymbolType(const MCSymbolWasm *Sym) { in emitSymbolType()
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()
614 void WebAssemblyAsmPrinter::emitFunctionBodyStart() { in emitFunctionBodyStart()
643 void WebAssemblyAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
695 bool WebAssemblyAsmPrinter::PrintAsmOperand(const MachineInstr *MI, in PrintAsmOperand()
733 bool WebAssemblyAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
748 RegisterAsmPrinter<WebAssemblyAsmPrinter> X(getTheWebAssemblyTarget32()); in LLVMInitializeWebAssemblyAsmPrinter()
749 RegisterAsmPrinter<WebAssemblyAsmPrinter> Y(getTheWebAssemblyTarget64()); in LLVMInitializeWebAssemblyAsmPrinter()