Home
last modified time | relevance | path

Searched refs:CPUNames (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DARMTargetParser.cpp557 for (const auto &CPU : CPUNames) { in getDefaultCPU()
584 for (const auto &C : CPUNames) { in parseCPUArch()
592 for (const CpuNames<ArchKind> &Arch : CPUNames) { in fillValidCPUArchList()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DARMTargetParser.h124 const CpuNames<ArchKind> CPUNames[] = { variable