Searched refs:BundlerInputArg (Results 1 – 1 of 1) sorted by relevance
75 std::string BundlerInputArg = "-input=" NULL_FILE; in constructHIPFatbinCommand() local76 BundlerArgs.push_back(Args.MakeArgString(BundlerInputArg)); in constructHIPFatbinCommand()78 BundlerInputArg = std::string("-input=") + II.getFilename(); in constructHIPFatbinCommand()79 BundlerArgs.push_back(Args.MakeArgString(BundlerInputArg)); in constructHIPFatbinCommand()