Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h93 StringRef ImportModule) override {} in emitImportModule()
H A DWebAssemblyTargetStreamer.cpp102 StringRef ImportModule) { in emitImportModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolWasm.h24 Optional<StringRef> ImportModule; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp884 auto ImportModule = expectIdent(); in ParseDirective() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h194 Optional<StringRef> ImportModule; member