Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DTCE.h59 class LLVM_LIBRARY_VISIBILITY TCETargetInfo : public TargetInfo {
61 TCETargetInfo(const llvm::Triple &Triple, const TargetOptions &) in TCETargetInfo() function
122 class LLVM_LIBRARY_VISIBILITY TCELETargetInfo : public TCETargetInfo {
125 : TCETargetInfo(Triple, Opts) { in TCELETargetInfo()
H A DTCE.cpp20 void TCETargetInfo::getTargetDefines(const LangOptions &Opts, in getTargetDefines()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp529 return std::make_unique<TCETargetInfo>(Triple, Opts); in AllocateTarget()