Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h89 StringRef ImportModule) override {} in emitImportModule()
H A DWebAssemblyTargetStreamer.cpp100 StringRef ImportModule) { in emitImportModule()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbolWasm.h24 std::optional<StringRef> ImportModule; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp919 auto ImportModule = expectIdent(); in ParseDirective() local
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h208 std::optional<StringRef> ImportModule; member