Home
last modified time | relevance | path

Searched refs:ExportLists (Results 1 – 4 of 4) 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/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/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()