Searched refs:function_re (Results 1 – 2 of 2) sorted by relevance
130 scrubber, function_re = asm.get_run_handler(triple)131 builder.process_run_line(function_re, scrubber, raw_tool_output, prefixes)
321 def process_run_line(self, function_re, scrubber, raw_tool_output, prefixes): argument323 for m in function_re.finditer(raw_tool_output):