Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.cpp24 struct LLVM_LIBRARY_VISIBILITY MCUInfo { struct
32 static MCUInfo AVRMcus[] = {
406 AVRMcus, [&](const MCUInfo &Info) { return Info.Name == Name; }); in isValidCPUName()
410 for (const MCUInfo &Info : AVRMcus) in fillValidCPUList()
417 AVRMcus, [&](const MCUInfo &Info) { return Info.Name == Name; }); in setCPU()