Home
last modified time | relevance | path

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

/llvm-project/lldb/examples/python/
H A Dsymbolication.py179 sect_info_regex = re.compile("(?P<name>[^=]+)=(?P<range>.*)") variable in Section
203 match = self.sect_info_regex.match(s)