Searched refs:ImportMapTy (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 185 class ImportMapTy { 198 ImportMapTy() = delete; 199 ImportMapTy(ImportIDTable &IDs) : IDs(IDs) {} in ImportMapTy() function 244 SortedImportList(const ImportMapTy &ImportMap, in SortedImportList() 279 ImportMapTy &operator[](StringRef DestMod) { 283 const ImportMapTy &lookup(StringRef DestMod) const { in lookup() 292 using const_iterator = DenseMap<StringRef, ImportMapTy>::const_iterator; 298 ImportMapTy EmptyList; 299 DenseMap<StringRef, ImportMapTy> ListsImpl; 319 const ImportMapTy &ImportList); [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 345 FunctionImporter::ImportMapTy::AddDefinitionStatus 346 FunctionImporter::ImportMapTy::addDefinition(StringRef FromModule, in addDefinition() 359 void FunctionImporter::ImportMapTy::maybeAddDeclaration( in maybeAddDeclaration() 369 FunctionImporter::ImportMapTy::getSourceModules() const { in getSourceModules() 379 FunctionImporter::ImportMapTy::getImportType(StringRef FromModule, in getImportType() 398 FunctionImporter::ImportMapTy &ImportList; 458 FunctionImporter::ImportMapTy::AddDefinitionStatus::Inserted) in onImportingSummaryImpl() 484 FunctionImporter::ImportMapTy &ImportList, in GlobalsImporter() 506 FunctionImporter::ImportMapTy &ImportList, 532 FunctionImporter::ImportMapTy &ImportList); [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTOBackend.h | 62 const FunctionImporter::ImportMapTy &ImportList, 82 FunctionImporter::ImportMapTy &ImportList);
|
| H A D | LTO.h | 72 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, 236 const FunctionImporter::ImportMapTy &ImportList, 250 LLVM_ABI Error emitFiles(const FunctionImporter::ImportMapTy &ImportList, 257 const FunctionImporter::ImportMapTy &ImportList, StringRef ModulePath,
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 104 const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() 1404 const FunctionImporter::ImportMapTy &ImportList, llvm::StringRef ModulePath, in emitFiles() 1412 const FunctionImporter::ImportMapTy &ImportList, llvm::StringRef ModulePath, in emitFiles() 1496 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() 1542 const FunctionImporter::ImportMapTy &ImportList, in start() 1552 const FunctionImporter::ImportMapTy &ImportList, in start() 1609 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() 1705 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() 1822 const FunctionImporter::ImportMapTy &ImportList, in start() 1842 const FunctionImporter::ImportMapTy &ImportList, in start() [all …]
|
| H A D | ThinLTOCodeGenerator.cpp | 211 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule() 356 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() 428 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule()
|
| H A D | LTOBackend.cpp | 601 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() 758 FunctionImporter::ImportMapTy &ImportList) { in initImportList()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 317 FunctionImporter::ImportMapTy ImportList(ImportIDs); in importFunctions()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1310 FunctionImporter::ImportMapTy ImportList(ImportIDs); in runThinLTOBackend()
|