Home
last modified time | relevance | path

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

/aosp_15_r20/external/toolchain-utils/afdo_redaction/
H A Dremove_cold_functions.py34 _function_line_re = re.compile(r"^([\w\$\.@]+):(\d+)(?::\d+)?$") variable
41 m = _function_line_re.match(line)