Searched defs:ImportModule (Results 1 – 6 of 6) sorted by relevance
100 StringRef ImportModule) { in emitImportModule()
89 StringRef ImportModule) override {} in emitImportModule()
181 struct ImportModule { in computeLTOCacheKey() struct182 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()
25 std::optional<StringRef> ImportModule; variable
911 auto ImportModule = expectIdent(); in parseDirective() local
450 std::optional<StringRef> ImportModule; member