Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp100 StringRef ImportModule) { in emitImportModule()
H A DWebAssemblyTargetStreamer.h89 StringRef ImportModule) override {} in emitImportModule()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp181 struct ImportModule { in computeLTOCacheKey() struct
182 ImportMapIteratorTy ModIt; in computeLTOCacheKey()
183 const ModuleSummaryIndex::ModuleInfo *ModInfo; in computeLTOCacheKey()
185 StringRef getIdentifier() const { return ModIt->getFirst(); } in computeLTOCacheKey()
186 const FunctionImporter::FunctionsToImportTy &getFunctions() const { in computeLTOCacheKey()
190 const ModuleHash &getHash() const { return ModInfo->second; } in computeLTOCacheKey()
/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.cpp911 auto ImportModule = expectIdent(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h450 std::optional<StringRef> ImportModule; member