Searched defs:ExportList (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 229 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() 334 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() 631 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local 640 const auto &ExportList = ExportLists.find(ModuleIdentifier); in internalize() local 741 const auto &ExportList = ExportLists.find(ModuleIdentifier); in run() local 779 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTO.cpp | 75 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() 1084 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() 1121 const FunctionImporter::ExportSetTy &ExportList, in start() 1135 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start() 1213 const FunctionImporter::ExportSetTy &ExportList, in start() 1337 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO() local
|
H A D | ThinLTOCodeGenerator.cpp | 317 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() 403 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() 594 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()() local 813 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local 1045 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 362 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() 448 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() 659 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()() local 882 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local 1133 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local
|
H A D | LTO.cpp | 84 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() 1284 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() 1330 const FunctionImporter::ExportSetTy &ExportList, in start() 1344 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start() 1435 const FunctionImporter::ExportSetTy &ExportList, in start() 1570 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO() local
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 219 FunctionImporter::ExportSetTy &ExportList) { in exportGlobalInModule() 314 auto &ExportList = (*ExportLists)[ExportModulePath]; in computeImportForFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 499 auto &ExportList = (*ExportLists)[ExportModulePath]; in computeImportForFunction() local
|
/aosp_15_r20/external/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 1386 const auto &ExportList = ExportLists.find(ModuleIdentifier); in thinLTOLink() local
|