Home
last modified time | relevance | path

Searched refs:emitFunctionType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h36 virtual void emitFunctionType(const MCSymbolWasm *Sym) = 0;
67 void emitFunctionType(const MCSymbolWasm *Sym) override;
83 void emitFunctionType(const MCSymbolWasm *Sym) override {} in emitFunctionType() function
103 void emitFunctionType(const MCSymbolWasm *) override {} in emitFunctionType() function
H A DWebAssemblyTargetStreamer.cpp61 void WebAssemblyTargetAsmStreamer::emitFunctionType(const MCSymbolWasm *Sym) { in emitFunctionType() function in WebAssemblyTargetAsmStreamer
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp309 getTargetStreamer()->emitFunctionType(WasmSym); in emitDecls()
360 getTargetStreamer()->emitFunctionType(Sym); in emitDecls()
581 getTargetStreamer()->emitFunctionType(WasmSym); in emitFunctionBodyStart()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp881 TOut.emitFunctionType(WasmSym); in ParseDirective()