Searched refs:ExportSetTy (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 101 using ExportSetTy = DenseSet<ValueInfo>; variable 150 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
|
/openbsd/gnu/llvm/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 362 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() 448 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() 651 const StringMap<FunctionImporter::ExportSetTy> &ExportLists; 654 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported() 719 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote() 769 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport() 804 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in gatherImportedSummariesForModule() 837 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in emitImports() 879 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in internalize() 1074 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in run()
|
H A D | LTO.cpp | 84 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() 1217 const FunctionImporter::ExportSetTy &ExportList, 1284 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() 1330 const FunctionImporter::ExportSetTy &ExportList, in start() 1340 const FunctionImporter::ExportSetTy &ExportList, in start() 1435 const FunctionImporter::ExportSetTy &ExportList, in start() 1515 StringMap<FunctionImporter::ExportSetTy> ExportLists( in runThinLTO()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 276 StringMap<FunctionImporter::ExportSetTy> *ExportLists) { in computeImportForReferencedGlobals() 353 StringMap<FunctionImporter::ExportSetTy> *ExportLists, in computeImportForFunction() 524 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule() 623 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in checkVariableImport() 657 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in ComputeCrossModuleImport() 674 FunctionImporter::ExportSetTy NewExports; in ComputeCrossModuleImport()
|
/openbsd/gnu/llvm/llvm/include/llvm/LTO/ |
H A D | LTO.h | 70 const FunctionImporter::ExportSetTy &ExportList,
|