Searched defs:ImportModule (Results 1 – 6 of 6) sorted by relevance
100 StringRef ImportModule) { in emitImportModule()
89 StringRef ImportModule) override {} in emitImportModule()
177 struct ImportModule { in computeLTOCacheKey() struct178 ImportMapIteratorTy ModIt; in computeLTOCacheKey()179 const ModuleSummaryIndex::ModuleInfo *ModInfo; in computeLTOCacheKey()181 StringRef getIdentifier() const { return ModIt->getFirst(); } in computeLTOCacheKey()182 const FunctionImporter::FunctionsToImportTy &getFunctions() const { in computeLTOCacheKey()186 const ModuleHash &getHash() const { return ModInfo->second; } in computeLTOCacheKey()
24 std::optional<StringRef> ImportModule; variable
923 auto ImportModule = expectIdent(); in parseDirective() local
403 std::optional<StringRef> ImportModule; member