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.h47 std::string ObjcopyPath; variable
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp644 assert(BundlerConfig.ObjcopyPath != "" && in finalizeOutputFile()
681 if (Error Err = executeObjcopy(BundlerConfig.ObjcopyPath, ObjcopyArgs)) in finalizeOutputFile()
743 if (Error Err = executeObjcopy(BundlerConfig.ObjcopyPath, ObjcopyArgs)) in getHostBundle()