Lines Matching refs:WebAssemblyAsmPrinter
62 MVT WebAssemblyAsmPrinter::getRegType(unsigned RegNo) const { in getRegType()
74 std::string WebAssemblyAsmPrinter::regToString(const MachineOperand &MO) { in regToString()
84 WebAssemblyTargetStreamer *WebAssemblyAsmPrinter::getTargetStreamer() { in getTargetStreamer()
156 MCSymbolWasm *WebAssemblyAsmPrinter::getMCSymbolForFunction( in getMCSymbolForFunction()
178 void WebAssemblyAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable()
216 MCSymbol *WebAssemblyAsmPrinter::getOrCreateWasmSymbol(StringRef Name) { in getOrCreateWasmSymbol()
280 void WebAssemblyAsmPrinter::emitSymbolType(const MCSymbolWasm *Sym) { in emitSymbolType()
300 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()
642 void WebAssemblyAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
696 bool WebAssemblyAsmPrinter::PrintAsmOperand(const MachineInstr *MI, in PrintAsmOperand()
734 bool WebAssemblyAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
749 RegisterAsmPrinter<WebAssemblyAsmPrinter> X(getTheWebAssemblyTarget32()); in LLVMInitializeWebAssemblyAsmPrinter()
750 RegisterAsmPrinter<WebAssemblyAsmPrinter> Y(getTheWebAssemblyTarget64()); in LLVMInitializeWebAssemblyAsmPrinter()