Searched refs:output (Results 1 – 6 of 6) sorted by relevance
57 output = ''62 output += line65 f.write(output)88 output = ''93 output += line95 f.write(output)
142 output = _TransformBenchmarks(obj)143 json.dump(output, sys.stdout)
79 outfile = arguments.output
76 def run_llvm_profdata(inputs, output): argument77 check_call([llvm_profdata(), 'merge', '-output=' + output] + inputs)
65 output = utils.check_output(stubby_command, input=request)68 return output.split('"')[1]
57 def merge_profraws(self, profile_dir, output): argument62 utils.run_llvm_profdata(profraws, output)