Searched refs:BundlerInputArg (Results 1 – 1 of 1) sorted by relevance
316 std::string BundlerInputArg = "-input=" NULL_FILE; in constructHIPFatbinCommand() local317 BundlerArgs.push_back(Args.MakeArgString(BundlerInputArg)); in constructHIPFatbinCommand()319 BundlerInputArg = std::string("-input=") + II.getFilename(); in constructHIPFatbinCommand()320 BundlerArgs.push_back(Args.MakeArgString(BundlerInputArg)); in constructHIPFatbinCommand()