Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOffloadBundler.h48 std::string ObjcopyPath; variable
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp659 assert(BundlerConfig.ObjcopyPath != "" && in finalizeOutputFile()
696 if (Error Err = executeObjcopy(BundlerConfig.ObjcopyPath, ObjcopyArgs)) in finalizeOutputFile()
757 if (Error Err = executeObjcopy(BundlerConfig.ObjcopyPath, ObjcopyArgs)) in getHostBundle()