Lines Matching refs:WebAssemblyAsmPrinter

59 MVT WebAssemblyAsmPrinter::getRegType(unsigned RegNo) const {  in getRegType()
71 std::string WebAssemblyAsmPrinter::regToString(const MachineOperand &MO) { in regToString()
81 WebAssemblyTargetStreamer *WebAssemblyAsmPrinter::getTargetStreamer() { in getTargetStreamer()
150 MCSymbolWasm *WebAssemblyAsmPrinter::getMCSymbolForFunction( in getMCSymbolForFunction()
172 void WebAssemblyAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable()
210 MCSymbol *WebAssemblyAsmPrinter::getOrCreateWasmSymbol(StringRef Name) { in getOrCreateWasmSymbol()
274 void WebAssemblyAsmPrinter::emitSymbolType(const MCSymbolWasm *Sym) { in emitSymbolType()
294 void WebAssemblyAsmPrinter::emitDecls(const Module &M) { in emitDecls()
388 void WebAssemblyAsmPrinter::emitEndOfAsmFile(Module &M) { in emitEndOfAsmFile()
443 void WebAssemblyAsmPrinter::EmitProducerInfo(Module &M) { in EmitProducerInfo()
494 void WebAssemblyAsmPrinter::EmitTargetFeatures(Module &M) { in EmitTargetFeatures()
559 void WebAssemblyAsmPrinter::emitConstantPool() { in emitConstantPool()
565 void WebAssemblyAsmPrinter::emitJumpTableInfo() { in emitJumpTableInfo()
569 void WebAssemblyAsmPrinter::emitFunctionBodyStart() { in emitFunctionBodyStart()
598 void WebAssemblyAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
650 bool WebAssemblyAsmPrinter::PrintAsmOperand(const MachineInstr *MI, in PrintAsmOperand()
688 bool WebAssemblyAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
703 RegisterAsmPrinter<WebAssemblyAsmPrinter> X(getTheWebAssemblyTarget32()); in LLVMInitializeWebAssemblyAsmPrinter()
704 RegisterAsmPrinter<WebAssemblyAsmPrinter> Y(getTheWebAssemblyTarget64()); in LLVMInitializeWebAssemblyAsmPrinter()