Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.h84 void emitFunctionType(const MCSymbolWasm *Sym) override {} in emitFunctionType() function
104 void emitFunctionType(const MCSymbolWasm *) override {} in emitFunctionType() function
DWebAssemblyTargetStreamer.cpp63 void WebAssemblyTargetAsmStreamer::emitFunctionType(const MCSymbolWasm *Sym) { in emitFunctionType() function in WebAssemblyTargetAsmStreamer