Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/Targets/
DAVR.cpp288 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()
DAVR.h25 class LLVM_LIBRARY_VISIBILITY AVRTargetInfo : public TargetInfo {
27 AVRTargetInfo(const llvm::Triple &Triple, const TargetOptions &) in AVRTargetInfo() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/TargetInfo/
DCMakeLists.txt5 AVRTargetInfo.cpp
/external/llvm/lib/Target/AVR/TargetInfo/
DCMakeLists.txt5 AVRTargetInfo.cpp
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/AVR/TargetInfo/
DBUILD.gn5 sources = [ "AVRTargetInfo.cpp" ]
/external/llvm-project/llvm/lib/Target/AVR/TargetInfo/
DCMakeLists.txt5 AVRTargetInfo.cpp
/external/llvm-project/clang/lib/Basic/
DTargets.cpp236 return new AVRTargetInfo(Triple, Opts); in AllocateTarget()