Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAVR.cpp112 class AVRTargetCodeGenInfo : public TargetCodeGenInfo { class
114 AVRTargetCodeGenInfo(CodeGenTypes &CGT, unsigned NPR, unsigned NRR) in AVRTargetCodeGenInfo() function in __anone82284d00111::AVRTargetCodeGenInfo
153 return std::make_unique<AVRTargetCodeGenInfo>(CGM.getTypes(), NPR, NRR); in createAVRTargetCodeGenInfo()