Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/Targets/
DAVR.cpp24 struct LLVM_LIBRARY_VISIBILITY MCUInfo { struct
30 static MCUInfo AVRMcus[] = {
293 llvm::find_if(AVRMcus, [&](const MCUInfo &Info) { in isValidCPUName()
301 for (const MCUInfo &Info : AVRMcus) in fillValidCPUList()
314 AVRMcus, [&](const MCUInfo &Info) { return Info.Name == this->CPU; }); in getTargetDefines()
/external/llvm-project/clang/lib/Driver/ToolChains/
DAVR.cpp35 } MCUInfo[] = { variable
279 for (const auto &MCU : MCUInfo) in GetMCUSubPath()
286 for (const auto &MCU : MCUInfo) in GetMCUFamilyName()