Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h39 virtual void emitFunctionType(const MCSymbolWasm *Sym) = 0;
69 void emitFunctionType(const MCSymbolWasm *Sym) override;
84 void emitFunctionType(const MCSymbolWasm *Sym) override {} in emitFunctionType() function
102 void emitFunctionType(const MCSymbolWasm *) override {} in emitFunctionType() function
H A DWebAssemblyTargetStreamer.cpp93 void WebAssemblyTargetAsmStreamer::emitFunctionType(const MCSymbolWasm *Sym) { in emitFunctionType() function in WebAssemblyTargetAsmStreamer
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp108 getTargetStreamer()->emitFunctionType(Sym); in EmitEndOfAsmFile()
179 getTargetStreamer()->emitFunctionType(WasmSym); in EmitFunctionBodyStart()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp615 TOut.emitFunctionType(WasmSym); in ParseDirective()