Searched defs:ExportList (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/LTO/ |
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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
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
|
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
|
/external/llvm-project/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 333 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() 419 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() 621 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()() local 843 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local 1076 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local
|
D | LTO.cpp | 78 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() 1146 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() 1183 const FunctionImporter::ExportSetTy &ExportList, in start() 1197 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start() 1284 const FunctionImporter::ExportSetTy &ExportList, in start() 1422 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO() local
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 219 FunctionImporter::ExportSetTy &ExportList) { in exportGlobalInModule() 314 auto &ExportList = (*ExportLists)[ExportModulePath]; in computeImportForFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 499 auto &ExportList = (*ExportLists)[ExportModulePath]; in computeImportForFunction() local
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 1386 const auto &ExportList = ExportLists.find(ModuleIdentifier); in thinLTOLink() local
|