Home
last modified time | relevance | path

Searched refs:CpuNames (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DARMTargetParser.h114 template <typename T> struct CpuNames { struct
124 const CpuNames<ArchKind> CPUNames[] = { argument
H A DAArch64TargetParser.h98 const ARM::CpuNames<ArchKind> AArch64CPUNames[] = {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp143 auto CpuNames = getCPUTypeNames(); in enumeration() local
144 for (const auto &E : CpuNames) { in enumeration()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DARMTargetParser.cpp592 for (const CpuNames<ArchKind> &Arch : CPUNames) { in fillValidCPUArchList()