Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h89 StringRef ImportModule) override {} in emitImportModule()
H A DWebAssemblyTargetStreamer.cpp100 emitImportModule(const MCSymbolWasm * Sym,StringRef ImportModule) emitImportModule() argument
/llvm-project/llvm/lib/LTO/
H A DLTO.cpp180 struct ImportModule { computeLTOCacheKey() struct
181 ModItllvm::computeLTOCacheKey::ImportModule computeLTOCacheKey() argument
182 ModInfollvm::computeLTOCacheKey::ImportModule computeLTOCacheKey() argument
184 getIdentifierllvm::computeLTOCacheKey::ImportModule computeLTOCacheKey() argument
185 getFunctionsllvm::computeLTOCacheKey::ImportModule computeLTOCacheKey() argument
189 getHashllvm::computeLTOCacheKey::ImportModule computeLTOCacheKey() argument
/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h25 std::optional<StringRef> ImportModule; variable
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp911 auto ImportModule = expectIdent(); parseDirective() local
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h450 std::optional<StringRef> ImportModule; global() member