Searched refs:TCETargetInfo (Results 1 – 3 of 3) sorted by relevance
59 class LLVM_LIBRARY_VISIBILITY TCETargetInfo : public TargetInfo {61 TCETargetInfo(const llvm::Triple &Triple, const TargetOptions &) in TCETargetInfo() function122 class LLVM_LIBRARY_VISIBILITY TCELETargetInfo : public TCETargetInfo {125 : TCETargetInfo(Triple, Opts) { in TCELETargetInfo()
20 void TCETargetInfo::getTargetDefines(const LangOptions &Opts, in getTargetDefines()
529 return std::make_unique<TCETargetInfo>(Triple, Opts); in AllocateTarget()