Searched refs:TRIPLE_ARG_RE (Results 1 – 4 of 4) sorted by relevance
63 m = common.TRIPLE_ARG_RE.search(llc_cmd)
221 m = common.TRIPLE_ARG_RE.search(commands[0])
121 m = common.TRIPLE_ARG_RE.search(llc_cmd)
167 TRIPLE_ARG_RE = re.compile(r'-mtriple[= ]([^ ]+)') variable