Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIP.cpp161 const char *BundleFile; in constructGenerateObjFileFromHIPFatBinary() local
164 BundleFile = C.getArgs().MakeArgString(Name + ".hipfb"); in constructGenerateObjFileFromHIPFatBinary()
169 BundleFile = C.addTempFile(C.getArgs().MakeArgString(TmpNameFb)); in constructGenerateObjFileFromHIPFatBinary()
171 constructHIPFatbinCommand(C, JA, BundleFile, Inputs, Args, *this); in constructGenerateObjFileFromHIPFatBinary()
190 ObjStream << " .incbin \"" << BundleFile << "\"\n"; in constructGenerateObjFileFromHIPFatBinary()