Home
last modified time | relevance | path

Searched defs:emitFunctionType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h83 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