Home
last modified time | relevance | path

Searched refs:WebAssemblyAsmPrinter (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp61 MVT WebAssemblyAsmPrinter::getRegType(unsigned RegNo) const { in getRegType()
83 WebAssemblyTargetStreamer *WebAssemblyAsmPrinter::getTargetStreamer() { in getTargetStreamer()
152 MCSymbolWasm *WebAssemblyAsmPrinter::getMCSymbolForFunction( in getMCSymbolForFunction()
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()
[all …]
H A DWebAssemblyMCInstLower.h23 class WebAssemblyAsmPrinter; variable
32 WebAssemblyAsmPrinter &Printer;
41 WebAssemblyMCInstLower(MCContext &ctx, WebAssemblyAsmPrinter &printer) in WebAssemblyMCInstLower()
H A DWebAssemblyAsmPrinter.h21 class LLVM_LIBRARY_VISIBILITY WebAssemblyAsmPrinter final : public AsmPrinter {
37 explicit WebAssemblyAsmPrinter(TargetMachine &TM, in WebAssemblyAsmPrinter() function