Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp724 StringRef ObjcopyInputFileName; in getHostBundle() local
736 ObjcopyInputFileName = *InputFileOrErr; in getHostBundle()
738 ObjcopyInputFileName = BundlerConfig.InputFileNames.front(); in getHostBundle()
740 ObjcopyArgs.push_back(ObjcopyInputFileName); in getHostBundle()