HomeSort by: relevance | last modified time | path
    Searched refs:MCUInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AVR.cpp 24 struct LLVM_LIBRARY_VISIBILITY MCUInfo {
30 static MCUInfo AVRMcus[] = {
293 llvm::find_if(AVRMcus, [&](const MCUInfo &Info) {
301 for (const MCUInfo &Info : AVRMcus)
315 AVRMcus, [&](const MCUInfo &Info) { return Info.Name == this->CPU; });
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
AVR.cpp 36 } MCUInfo[] = {
280 for (const auto &MCU : MCUInfo)
287 for (const auto &MCU : MCUInfo)
294 for (const auto &MCU : MCUInfo)

Completed in 25 milliseconds