Home
last modified time | relevance | path

Searched refs:ExportLists (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp526 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote() local
528 ExportLists); in promote()
554 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport() local
556 ExportLists); in crossModuleImport()
576 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in gatherImportedSummariesForModule() local
578 ExportLists); in gatherImportedSummariesForModule()
599 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in emitImports() local
601 ExportLists); in emitImports()
628 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in internalize() local
630 ExportLists); in internalize()
[all …]
/external/llvm-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp613 const StringMap<FunctionImporter::ExportSetTy> &ExportLists; member
616 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported()
618 : ExportLists(ExportLists), GUIDPreservedSymbols(GUIDPreservedSymbols) {} in IsExported()
621 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()()
622 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in operator ()()
681 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote() local
683 ExportLists); in promote()
699 Index, IsExported(ExportLists, GUIDPreservedSymbols), in promote()
730 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport() local
732 ExportLists); in crossModuleImport()
[all …]
DLTO.cpp1373 StringMap<FunctionImporter::ExportSetTy> ExportLists( in runThinLTO() local
1396 ImportLists, ExportLists); in runThinLTO()
1422 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO()
1423 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in runThinLTO()
1462 ExportLists[Mod.first], ResolvedODR[Mod.first], in runThinLTO()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp586 const StringMap<FunctionImporter::ExportSetTy> &ExportLists; member
589 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported()
591 : ExportLists(ExportLists), GUIDPreservedSymbols(GUIDPreservedSymbols) {} in IsExported()
594 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()()
595 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in operator ()()
654 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote() local
656 ExportLists); in promote()
672 Index, IsExported(ExportLists, GUIDPreservedSymbols), in promote()
702 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport() local
704 ExportLists); in crossModuleImport()
[all …]
DLTO.cpp1293 StringMap<FunctionImporter::ExportSetTy> ExportLists( in runThinLTO() local
1311 ImportLists, ExportLists); in runThinLTO()
1337 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO()
1338 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in runThinLTO()
1371 ExportLists[Mod.first], in runThinLTO()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp289 StringMap<FunctionImporter::ExportSetTy> *ExportLists) { in computeImportForReferencedGlobals() argument
323 if (ExportLists) in computeImportForReferencedGlobals()
324 (*ExportLists)[RefSummary->modulePath()].insert(VI); in computeImportForReferencedGlobals()
366 StringMap<FunctionImporter::ExportSetTy> *ExportLists, in computeImportForFunction() argument
369 Worklist, ImportList, ExportLists); in computeImportForFunction()
499 if (ExportLists) in computeImportForFunction()
500 (*ExportLists)[ExportModulePath].insert(VI); in computeImportForFunction()
527 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule() argument
553 ExportLists, ImportThresholds); in ComputeImportForModule()
564 Worklist, ImportList, ExportLists, in ComputeImportForModule()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp288 StringMap<FunctionImporter::ExportSetTy> *ExportLists) { in computeImportForReferencedGlobals() argument
310 if (ExportLists) in computeImportForReferencedGlobals()
311 (*ExportLists)[S->modulePath()].insert(VI); in computeImportForReferencedGlobals()
367 StringMap<FunctionImporter::ExportSetTy> *ExportLists, in computeImportForFunction() argument
370 ImportList, ExportLists); in computeImportForFunction()
498 if (ExportLists) { in computeImportForFunction()
499 auto &ExportList = (*ExportLists)[ExportModulePath]; in computeImportForFunction()
541 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule() argument
567 ExportLists, ImportThresholds); in ComputeImportForModule()
577 Worklist, ImportList, ExportLists, in ComputeImportForModule()
[all …]
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp270 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in computeImportForFunction() argument
313 if (ExportLists) { in computeImportForFunction()
314 auto &ExportList = (*ExportLists)[ExportModulePath]; in computeImportForFunction()
339 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule() argument
357 ExportLists); in ComputeImportForModule()
370 Worklist, ImportsForModule, ExportLists); in ComputeImportForModule()
381 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in ComputeCrossModuleImport() argument
388 &ExportLists); in ComputeCrossModuleImport()
396 auto &Exports = ExportLists[ModName]; in ComputeCrossModuleImport()
/external/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h82 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h144 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h150 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
/external/llvm/tools/gold/
Dgold-plugin.cpp1372 StringMap<FunctionImporter::ExportSetTy> ExportLists(NextModuleId); in thinLTOLink() local
1374 ImportLists, ExportLists); in thinLTOLink()
1386 const auto &ExportList = ExportLists.find(ModuleIdentifier); in thinLTOLink()
1387 return (ExportList != ExportLists.end() && in thinLTOLink()