Home
last modified time | relevance | path

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

/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/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/llvm/tools/gold/
Dgold-plugin.cpp882 FunctionImporter::ImportMapTy *ImportList; member in __anon6bc62a630211::CodeGen
898 FunctionImporter::ImportMapTy *ImportList, in CodeGen()
1185 FunctionImporter::ImportMapTy &ImportList, in thinLTOBackendTask()
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
Dast.py190 class ImportList(NodeListBase): class