Searched refs:triple_cstr (Results 1 – 2 of 2) sorted by relevance
299 explicit ArchSpec(const char *triple_cstr);
550 ArchSpec::ArchSpec(const char *triple_cstr) { in ArchSpec() argument551 if (triple_cstr) in ArchSpec()552 SetTriple(triple_cstr); in ArchSpec()