Home
last modified time | relevance | path

Searched defs:ImportList (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp248 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals()
279 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction()
423 FunctionImporter::ImportMapTy &ImportList, in ComputeImportForModule()
497 auto &ImportList = ImportLists[DefinedGVSummaries.first()]; in ComputeCrossModuleImport() local
546 FunctionImporter::ImportMapTy &ImportList) { in dumpImportListForModule()
563 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule()
582 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndex()
708 const FunctionImporter::ImportMapTy &ImportList, in gatherImportedSummariesForModule()
900 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList) { in importFunctions()
1045 FunctionImporter::ImportMapTy ImportList; in doImportingForModule() local
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp150 const FunctionImporter::ImportMapTy &ImportList) { in crossImportIntoModule()
228 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry()
333 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule()
557 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() local
812 auto &ImportList = ImportLists[ModuleIdentifier]; in run() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp201 const FunctionImporter::ImportMapTy &ImportList) { in crossImportIntoModule()
297 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry()
445 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule()
715 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() local
1037 auto &ImportList = ImportLists[ModuleIdentifier]; in run() local
DLTO.cpp70 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeCacheKey()
953 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread()
991 const FunctionImporter::ImportMapTy &ImportList, in start()
1007 const TypeIdSummariesByGuidTy &TypeIdSummariesByGuid) { in start()
1085 const FunctionImporter::ImportMapTy &ImportList, in start()
DLTOBackend.cpp458 const FunctionImporter::ImportMapTy &ImportList, in thinBackend()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp412 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule()
565 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList, in importFunctions()
762 FunctionImporter::ImportMapTy ImportList; in runOnModule() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/
Dllvm-link.cpp219 FunctionImporter::ImportMapTy ImportList; in importFunctions() local
/external/llvm/tools/gold/
Dgold-plugin.cpp882 FunctionImporter::ImportMapTy *ImportList; member in __anon1f3f5eac0211::CodeGen
898 FunctionImporter::ImportMapTy *ImportList, in CodeGen()
1185 FunctionImporter::ImportMapTy &ImportList, in thinLTOBackendTask()
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/
Dast.py196 class ImportList(NodeListBase): class