Searched defs:ArchInfo (Results 1 – 4 of 4) sorted by relevance
40 struct ArchInfo { struct47 std::optional<ArchInfo> GetArchInfoFromName(const char* arch_name); argument
61 struct ArchInfo { struct62 StringRef Name;63 ArchKind Kind;64 uint32_t Features;
262 struct ArchInfo { struct269 bool operator==(const ArchInfo &Other) const { argument286 bool implies(const ArchInfo &Other) const { in implies() argument302 // Search for ArchInfo by SubArch name argument
6828 static void ExpandCryptoAEK(const AArch64::ArchInfo &ArchInfo, in ExpandCryptoAEK()6883 const AArch64::ArchInfo &ArchInfo = AArch64::parseArch(Arch); in parseDirectiveArch() local