Home
last modified time | relevance | path

Searched refs:setImportModule (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h100 void setImportModule(StringRef Name) { ImportModule = Name; } in setImportModule() function
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp365 Sym->setImportModule(OutContext.allocateString(Name)); in emitDecls()
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1054 WasmSym->setImportModule(Ctx.allocateString(ImportModule)); in MatchAndEmitInstruction()