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