Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h46 virtual void emitImportModule(const MCSymbolWasm *Sym,
72 void emitImportModule(const MCSymbolWasm *Sym, StringRef ImportModule) override;
88 void emitImportModule(const MCSymbolWasm *Sym, in emitImportModule() function
108 void emitImportModule(const MCSymbolWasm *, StringRef) override {} in emitImportModule() function
H A DWebAssemblyTargetStreamer.cpp99 void WebAssemblyTargetAsmStreamer::emitImportModule(const MCSymbolWasm *Sym, in emitImportModule() function in WebAssemblyTargetAsmStreamer
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp366 getTargetStreamer()->emitImportModule(Sym, Name); in emitDecls()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp907 TOut.emitImportModule(WasmSym, ImportModule); in ParseDirective()