Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.cpp32 static MCUInfo AVRMcus[] = { variable
475 AVRMcus, [&](const MCUInfo &Info) { return Info.Name == Name; }); in isValidCPUName()
479 for (const MCUInfo &Info : AVRMcus) in fillValidCPUList()
486 AVRMcus, [&](const MCUInfo &Info) { return Info.Name == Name; }); in setCPU()
487 if (It != std::end(AVRMcus)) { in setCPU()