Home
last modified time | relevance | path

Searched defs: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
25 const char *Name;
26 const char *DefineName;
27 StringRef Arch; // The __AVR_ARCH__ value.
28 const int NumFlashBanks; // Set to 0 for the devices do not support LPM/ELPM.