Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp87 static const char *const CPU_arch_strings[] = {"Pre-v4", variable
112 return parseStringAttribute("CPU_arch", tag, ArrayRef(CPU_arch_strings)); in CPU_arch()
434 auto strings = ArrayRef(CPU_arch_strings); in also_compatible_with()