Home
last modified time | relevance | path

Searched defs:ImportModule (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h89 StringRef ImportModule) override {} in emitImportModule()
H A DWebAssemblyTargetStreamer.cpp100 StringRef ImportModule) { in emitImportModule()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSymbolWasm.h24 Optional<StringRef> ImportModule; variable
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp904 auto ImportModule = expectIdent(); in ParseDirective() local
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DWasm.h208 Optional<StringRef> ImportModule; member