Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp337 getTargetStreamer()->emitImportModule(Sym, Name); in emitExternalDecls()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp918 TOut.emitImportModule(WasmSym, ImportModule); in ParseDirective()