Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h92 void emitImportModule(const MCSymbolWasm *Sym, in emitImportModule() function
113 void emitImportModule(const MCSymbolWasm *, StringRef) override {} in emitImportModule() function
H A DWebAssemblyTargetStreamer.cpp101 void WebAssemblyTargetAsmStreamer::emitImportModule(const MCSymbolWasm *Sym, in emitImportModule() function in WebAssemblyTargetAsmStreamer