Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h38 virtual void emitFunctionType(const MCSymbolWasm *Sym) = 0;
70 void emitFunctionType(const MCSymbolWasm *Sym) override;
87 void emitFunctionType(const MCSymbolWasm *Sym) override {} in emitFunctionType() function
108 void emitFunctionType(const MCSymbolWasm *) override {} in emitFunctionType() function
H A DWebAssemblyTargetStreamer.cpp63 void WebAssemblyTargetAsmStreamer::emitFunctionType(const MCSymbolWasm *Sym) { in emitFunctionType() function in WebAssemblyTargetAsmStreamer
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp331 getTargetStreamer()->emitFunctionType(Sym); in emitExternalDecls()
551 getTargetStreamer()->emitFunctionType(WasmSym); in emitFunctionBodyStart()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp892 TOut.emitFunctionType(WasmSym); in ParseDirective()