Searched refs:AVRTargetInfo (Results 1 – 3 of 3) sorted by relevance
473 bool AVRTargetInfo::isValidCPUName(StringRef Name) const { in isValidCPUName()478 void AVRTargetInfo::fillValidCPUList(SmallVectorImpl<StringRef> &Values) const { in fillValidCPUList()483 bool AVRTargetInfo::setCPU(const std::string &Name) { in setCPU()501 AVRTargetInfo::handleAsmEscapedChar(char EscChar) const { in handleAsmEscapedChar()517 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
270 return std::make_unique<AVRTargetInfo>(Triple, Opts); in AllocateTarget()