Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DTargetParser.cpp79 },AArch64ARCHNames[] = { variable
404 return AArch64ARCHNames[ArchKind].DefaultFPU; in getDefaultFPU()
415 return AArch64ARCHNames[ArchKind].ArchBaseExtensions; in getDefaultExtensions()
419 .Case(NAME, AArch64ARCHNames[ID].ArchBaseExtensions | DEFAULT_EXT) in getDefaultExtensions()
467 for (const auto &AI : AArch64ARCHNames) in getArchName()
474 for (const auto &AI : AArch64ARCHNames) in getCPUAttr()
481 for (const auto &AI : AArch64ARCHNames) in getSubArch()
488 for (const auto &AI : AArch64ARCHNames) in getArchAttr()
790 for (const auto A : AArch64ARCHNames) { in parseArch()