Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp368 getTargetStreamer()->emitImportModule(Sym, Name); in emitDecls()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp916 TOut.emitImportModule(WasmSym, ImportModule); in parseDirective()