Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/
H A DLoongArchTargetParser.h61 struct ArchInfo { struct
62 StringRef Name;
63 ArchKind Kind;
64 uint32_t Features;
H A 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
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp73 const llvm::AArch64::ArchInfo &ArchInfo) { in DecodeAArch64Features()
126 const llvm::AArch64::ArchInfo *ArchInfo = &llvm::AArch64::ARMV8A; in DecodeAArch64Mcpu() local
159 const llvm::AArch64::ArchInfo *ArchInfo = in getAArch64ArchFeaturesFromMarch() local
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DAArch64.h80 const llvm::AArch64::ArchInfo *ArchInfo = &llvm::AArch64::ARMV8A; variable
H A DAArch64.cpp684 const llvm::AArch64::ArchInfo &ArchInfo = in setFeatureEnabled() local
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dmach_o.py684 class ArchInfo: class in Mach.Universal
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6828 static void ExpandCryptoAEK(const AArch64::ArchInfo &ArchInfo, in ExpandCryptoAEK()
6883 const AArch64::ArchInfo &ArchInfo = AArch64::parseArch(Arch); in parseDirectiveArch() local