Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp1196 StringMap<StringRef> TargetOutputFileNameMap; in UnbundleArchive() local
1200 TargetOutputFileNameMap[Target] = *Output; in UnbundleArchive()
1329 StringRef FileName = TargetOutputFileNameMap[Target]; in UnbundleArchive()