Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp285 const char *BundleFile; in constructGenerateObjFileFromHIPFatBinary() local
288 BundleFile = C.getArgs().MakeArgString(Name + ".hipfb"); in constructGenerateObjFileFromHIPFatBinary()
293 BundleFile = C.addTempFile(C.getArgs().MakeArgString(TmpNameFb)); in constructGenerateObjFileFromHIPFatBinary()
295 HIP::constructHIPFatbinCommand(C, JA, BundleFile, Inputs, Args, T); in constructGenerateObjFileFromHIPFatBinary()
379 llvm::sys::printArg(ObjStream, BundleFile, /*Quote=*/true); in constructGenerateObjFileFromHIPFatBinary()