Home
last modified time | relevance | path

Searched refs:ImportMapIteratorTy (Results 1 – 13 of 13) sorted by relevance

/dports/devel/llvm10/llvm-10.0.1.src/lib/LTO/
H A DLTO.cpp168 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() typedef
169 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey()
172 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
177 [](const ImportMapIteratorTy &Lhs, const ImportMapIteratorTy &Rhs) in computeLTOCacheKey()
179 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/LTO/
H A DLTO.cpp168 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() typedef
169 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey()
172 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
177 [](const ImportMapIteratorTy &Lhs, const ImportMapIteratorTy &Rhs) in computeLTOCacheKey()
179 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/LTO/
H A DLTO.cpp161 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() typedef
162 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey()
165 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
170 [](const ImportMapIteratorTy &Lhs, const ImportMapIteratorTy &Rhs) in computeLTOCacheKey()
172 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/LTO/
H A DLTO.cpp161 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() typedef
162 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey()
165 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
170 [](const ImportMapIteratorTy &Lhs, const ImportMapIteratorTy &Rhs) in computeLTOCacheKey()
172 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/LTO/
H A DLTO.cpp164 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() typedef
165 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey()
168 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
173 [](const ImportMapIteratorTy &Lhs, const ImportMapIteratorTy &Rhs) in computeLTOCacheKey()
175 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/LTO/
H A DLTO.cpp164 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() typedef
165 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey()
168 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
173 [](const ImportMapIteratorTy &Lhs, const ImportMapIteratorTy &Rhs) in computeLTOCacheKey()
175 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/LTO/
H A DLTO.cpp161 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() typedef
162 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey()
165 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
170 [](const ImportMapIteratorTy &Lhs, const ImportMapIteratorTy &Rhs) in computeLTOCacheKey()
172 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()
/dports/devel/llvm11/llvm-11.0.1.src/lib/LTO/
H A DLTO.cpp161 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() typedef
162 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey()
165 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
170 [](const ImportMapIteratorTy &Lhs, const ImportMapIteratorTy &Rhs) in computeLTOCacheKey()
172 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/LTO/
H A DLTO.cpp164 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() typedef
165 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey()
168 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
173 [](const ImportMapIteratorTy &Lhs, const ImportMapIteratorTy &Rhs) in computeLTOCacheKey()
175 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/LTO/
H A DLTO.cpp165 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() typedef
166 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey()
169 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
174 [](const ImportMapIteratorTy &Lhs, const ImportMapIteratorTy &Rhs) in computeLTOCacheKey()
176 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/LTO/
H A DLTO.cpp164 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() typedef
165 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey()
168 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
173 [](const ImportMapIteratorTy &Lhs, const ImportMapIteratorTy &Rhs) in computeLTOCacheKey()
175 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/LTO/
H A DLTO.cpp161 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() typedef
162 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey()
165 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
170 [](const ImportMapIteratorTy &Lhs, const ImportMapIteratorTy &Rhs) in computeLTOCacheKey()
172 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/LTO/
H A DLTO.cpp164 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() typedef
165 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey()
168 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
173 [](const ImportMapIteratorTy &Lhs, const ImportMapIteratorTy &Rhs) in computeLTOCacheKey()
175 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()