Home
last modified time | relevance | path

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

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