Home
last modified time | relevance | path

Searched refs:ExportSetTy (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp333 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry()
419 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule()
615 const StringMap<FunctionImporter::ExportSetTy> &ExportLists;
618 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported()
683 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
732 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport()
767 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in gatherImportedSummariesForModule()
800 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in emitImports()
842 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in internalize()
1029 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in run()
H A DLTO.cpp81 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey()
1169 const FunctionImporter::ExportSetTy &ExportList,
1208 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread()
1245 const FunctionImporter::ExportSetTy &ExportList, in start()
1255 const FunctionImporter::ExportSetTy &ExportList, in start()
1346 const FunctionImporter::ExportSetTy &ExportList, in start()
1435 StringMap<FunctionImporter::ExportSetTy> ExportLists( in runThinLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h101 using ExportSetTy = DenseSet<ValueInfo>; variable
150 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp310 StringMap<FunctionImporter::ExportSetTy> *ExportLists) { in computeImportForReferencedGlobals()
387 StringMap<FunctionImporter::ExportSetTy> *ExportLists, in computeImportForFunction()
562 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule()
661 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in checkVariableImport()
695 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in ComputeCrossModuleImport()
712 FunctionImporter::ExportSetTy NewExports; in ComputeCrossModuleImport()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTO.h69 const FunctionImporter::ExportSetTy &ExportList,