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()
211 MCSymbol *WebAssemblyAsmPrinter::getOrCreateWasmSymbol(StringRef Name) { in getOrCreateWasmSymbol()
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()
528 void WebAssemblyAsmPrinter::emitLinkage(const GlobalValue *GV, MCSymbol *Sym) in emitLinkage()
534 const_cast<WebAssemblyAsmPrinter *>(this) in emitLinkage()
539 void WebAssemblyAsmPrinter::emitFunctionBodyStart() { in emitFunctionBodyStart()
568 void WebAssemblyAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
618 bool WebAssemblyAsmPrinter::PrintAsmOperand(const MachineInstr *MI, in PrintAsmOperand()
656 bool WebAssemblyAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
671 RegisterAsmPrinter<WebAssemblyAsmPrinter> X(getTheWebAssemblyTarget32()); in LLVMInitializeWebAssemblyAsmPrinter()
672 RegisterAsmPrinter<WebAssemblyAsmPrinter> Y(getTheWebAssemblyTarget64()); in LLVMInitializeWebAssemblyAsmPrinter()