Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp311 getTargetStreamer()->emitFunctionType(WasmSym); in emitDecls()
362 getTargetStreamer()->emitFunctionType(Sym); in emitDecls()
626 getTargetStreamer()->emitFunctionType(WasmSym); in emitFunctionBodyStart()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp897 TOut.emitFunctionType(WasmSym); in parseDirective()