Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DTCE.h114 class LLVM_LIBRARY_VISIBILITY TCELETargetInfo : public TCETargetInfo {
116 TCELETargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in TCELETargetInfo() function
H A DTCE.cpp27 void TCELETargetInfo::getTargetDefines(const LangOptions &Opts, in getTargetDefines()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargets.cpp486 return new TCELETargetInfo(Triple, Opts); in AllocateTarget()