Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h48 virtual void emitImportModule(const MCSymbolWasm *Sym,
75 void emitImportModule(const MCSymbolWasm *Sym, StringRef ImportModule) override;
92 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp271 getTargetStreamer()->emitImportModule(Sym, Name); in emitEndOfAsmFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp887 TOut.emitImportModule(WasmSym, ImportModule); in ParseDirective()