Home
last modified time | relevance | path

Searched defs:CpuNames (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/TargetParser/
H A DCSKYTargetParser.h134 template <typename T> struct CpuNames { struct
142 const CpuNames<CSKY::ArchKind> CPUNames[] = { argument
H A DARMTargetParser.h108 struct CpuNames { struct
115 const CpuNames CPUNames[] = { argument
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp146 auto CpuNames = getCPUTypeNames(); in enumeration() local