Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp739 StringRef ObjcopyInputFileName; in getHostBundle() local
750 ObjcopyInputFileName = *InputFileOrErr; in getHostBundle()
752 ObjcopyInputFileName = BundlerConfig.InputFileNames.front(); in getHostBundle()
754 ObjcopyArgs.push_back(ObjcopyInputFileName); in getHostBundle()