Home
last modified time | relevance | path

Searched refs:process_run_line (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/utils/
H A Dupdate_analyze_test_checks.py116 builder.process_run_line(common.ANALYZE_FUNCTION_RE, common.scrub_body,
121 builder.process_run_line(common.LV_DEBUG_RE, common.scrub_body,
H A Dupdate_llc_test_checks.py139 builder.process_run_line(function_re, scrubber, raw_tool_output, prefixes, True)
H A Dupdate_test_checks.py121 builder.process_run_line(common.OPT_FUNCTION_RE, common.scrub_body,
H A Dupdate_cc_test_checks.py214 builder.process_run_line(
/llvm-project-15.0.7/llvm/utils/UpdateTestChecks/
H A Dcommon.py520 def process_run_line(self, function_re, scrubber, raw_tool_output, prefixes, is_backend): member in FunctionTestBuilder