Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DAVR.cpp32 static MCUInfo AVRMcus[] = { variable
345 AVRMcus, [&](const MCUInfo &Info) { return Info.Name == Name; }); in isValidCPUName()
351 for (const MCUInfo &Info : AVRMcus) in fillValidCPUList()
365 AVRMcus, [&](const MCUInfo &Info) { return Info.Name == Name; }); in setCPU()
366 if (It != std::end(AVRMcus)) { in setCPU()
388 AVRMcus, [&](const MCUInfo &Info) { return Info.Name == this->CPU; }); in getTargetDefines()
390 if (It != std::end(AVRMcus)) { in getTargetDefines()