Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
189 ObjStream << " .incbin \"" << BundleFile << "\"\n"; in constructGenerateObjFileFromHIPFatBinary()