Searched refs:BundlerInputArg (Results 1 – 1 of 1) sorted by relevance
250 std::string BundlerInputArg = "-input=" NULL_FILE; in constructHIPFatbinCommand() local251 BundlerArgs.push_back(Args.MakeArgString(BundlerInputArg)); in constructHIPFatbinCommand()253 BundlerInputArg = std::string("-input=") + II.getFilename(); in constructHIPFatbinCommand()254 BundlerArgs.push_back(Args.MakeArgString(BundlerInputArg)); in constructHIPFatbinCommand()