Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DARMTargetParser.h114 template <typename T> struct CpuNames { struct
124 const CpuNames<ArchKind> CPUNames[] = { argument
DAArch64TargetParser.h101 const ARM::CpuNames<ArchKind> AArch64CPUNames[] = {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp143 auto CpuNames = getCPUTypeNames(); in enumeration() local
144 for (const auto &E : CpuNames) { in enumeration()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DARMTargetParser.cpp584 for (const CpuNames<ArchKind> &Arch : CPUNames) { in fillValidCPUArchList()