Home
last modified time | relevance | path

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

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