Searched refs:ExportSetTy (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 300 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() 386 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() 566 const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in internalizeAndPromoteInIndex() 614 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote() 653 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport() 683 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in gatherImportedSummariesForModule() 713 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in emitImports() 751 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in internalize() 893 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in run()
|
| H A D | LTO.cpp | 72 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() 948 const FunctionImporter::ExportSetTy &ExportList, 986 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() 1023 const FunctionImporter::ExportSetTy &ExportList, in start() 1033 const FunctionImporter::ExportSetTy &ExportList, in start() 1115 const FunctionImporter::ExportSetTy &ExportList, in start() 1193 StringMap<FunctionImporter::ExportSetTy> ExportLists( in runThinLTO()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 102 using ExportSetTy = std::unordered_set<GlobalValue::GUID>; variable 145 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 286 StringMap<FunctionImporter::ExportSetTy> *ExportLists) { in computeImportForReferencedGlobals() 353 StringMap<FunctionImporter::ExportSetTy> *ExportLists, in computeImportForFunction() 529 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule() 623 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in ComputeCrossModuleImport()
|
| /freebsd-12.1/contrib/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 70 const FunctionImporter::ExportSetTy &ExportList,
|