Searched refs:AVRTargetInfo (Results 1 – 7 of 7) sorted by relevance
288 bool AVRTargetInfo::isValidCPUName(StringRef Name) const { in isValidCPUName()299 void AVRTargetInfo::fillValidCPUList(SmallVectorImpl<StringRef> &Values) const { in fillValidCPUList()305 void AVRTargetInfo::getTargetDefines(const LangOptions &Opts, in getTargetDefines()
25 class LLVM_LIBRARY_VISIBILITY AVRTargetInfo : public TargetInfo {27 AVRTargetInfo(const llvm::Triple &Triple, const TargetOptions &) in AVRTargetInfo() function
5 AVRTargetInfo.cpp
5 sources = [ "AVRTargetInfo.cpp" ]
236 return new AVRTargetInfo(Triple, Opts); in AllocateTarget()