Home
last modified time | relevance | path

Searched defs:ArchInfo (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/common/mac/
Darch_utilities.h40 struct ArchInfo { struct
47 std::optional<ArchInfo> GetArchInfoFromName(const char* arch_name); argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TargetParser/
DLoongArchTargetParser.h61 struct ArchInfo { struct
62 StringRef Name;
63 ArchKind Kind;
64 uint32_t Features;
DAArch64TargetParser.h262 struct ArchInfo { struct
269 bool operator==(const ArchInfo &Other) const { argument
286 bool implies(const ArchInfo &Other) const { in implies() argument
302 // Search for ArchInfo by SubArch name argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp6828 static void ExpandCryptoAEK(const AArch64::ArchInfo &ArchInfo, in ExpandCryptoAEK()
6883 const AArch64::ArchInfo &ArchInfo = AArch64::parseArch(Arch); in parseDirectiveArch() local