Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h93 StringRef ImportModule) override {} in emitImportModule()
H A DWebAssemblyTargetStreamer.cpp102 StringRef ImportModule) { in emitImportModule()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h24 Optional<StringRef> ImportModule; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp915 auto ImportModule = expectIdent(); in ParseDirective() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h194 Optional<StringRef> ImportModule; member