Home
last modified time | relevance | path

Searched refs:TargetNames (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp86 TargetNames("targets", cl::CommaSeparated, variable
491 for (auto &T : TargetNames) { in WriteHeader()
502 for (auto &T : TargetNames) { in WriteHeader()
956 for (auto &Triple : TargetNames) { in BundleFiles()
1015 for (auto &Triple : TargetNames) { in UnbundleFiles()
1173 for (auto &Target : TargetNames) { in getCompatibleOffloadTargets()
1199 for (auto &Target : TargetNames) { in UnbundleArchive()
1328 for (auto &Target : TargetNames) { in UnbundleArchive()
1444 if (TargetNames.size()) { in main()
1457 if (TargetNames.getNumOccurrences() == 0) { in main()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h193 for (auto &TargetNames : NamePair.second) in internToJITSymbols()
194 TargetJITNames.insert(Mangle(TargetNames)); in internToJITSymbols()