Searched defs:ImportList (Results 1 – 4 of 4) sorted by relevance
150 const FunctionImporter::ImportMapTy &ImportList) { in crossImportIntoModule()228 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry()333 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule()557 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() local812 auto &ImportList = ImportLists[ModuleIdentifier]; in run() local
412 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule()565 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList, in importFunctions()762 FunctionImporter::ImportMapTy ImportList; in runOnModule() local
882 FunctionImporter::ImportMapTy *ImportList; member in __anon6bc62a630211::CodeGen898 FunctionImporter::ImportMapTy *ImportList, in CodeGen()1185 FunctionImporter::ImportMapTy &ImportList, in thinLTOBackendTask()
190 class ImportList(NodeListBase): class