Searched defs:ArchSpec (Results 1 – 12 of 12) sorted by relevance
20 class ArchSpec; variable
21 class ArchSpec; variable
22 class ArchSpec; variable
19 class ArchSpec; variable
24 class ArchSpec; variable
27 class ArchSpec; variable
29 class ArchSpec; variable
523 ArchSpec::ArchSpec(const char *triple_cstr) { in ArchSpec() function in ArchSpec528 ArchSpec::ArchSpec(llvm::StringRef triple_str) { SetTriple(triple_str); } in ArchSpec() function in ArchSpec530 ArchSpec::ArchSpec(const llvm::Triple &triple) { SetTriple(triple); } in ArchSpec() function in ArchSpec532 ArchSpec::ArchSpec(ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) { in ArchSpec() function in ArchSpec
25 class ArchSpec; variable