Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h89 StringRef ImportModule) override {} in emitImportModule()
H A DWebAssemblyTargetStreamer.cpp98 StringRef ImportModule) { in emitImportModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h25 std::optional<StringRef> ImportModule; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1056 auto ImportModule = expectIdent(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h469 std::optional<StringRef> ImportModule; member