Searched refs:SystemZTargetInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSystemZ.cpp23 const Builtin::Info SystemZTargetInfo::BuiltinInfo[] = {
31 const char *const SystemZTargetInfo::GCCRegNames[] = {
48 ArrayRef<const char *> SystemZTargetInfo::getGCCRegNames() const {
52 ArrayRef<TargetInfo::AddlRegName> SystemZTargetInfo::getGCCAddlRegNames() const {
56 bool SystemZTargetInfo::validateAsmConstraint(
98 int SystemZTargetInfo::getISARevision(StringRef Name) const {
108 void SystemZTargetInfo::fillValidCPUList(
114 bool SystemZTargetInfo::hasFeature(StringRef Feature) const {
128 void SystemZTargetInfo::getTargetDefines(const LangOptions &Opts,
150 ArrayRef<Builtin::Info> SystemZTargetInfo
[all...]
H A DSystemZ.h24 class LLVM_LIBRARY_VISIBILITY SystemZTargetInfo : public TargetInfo { class in namespace:clang::targets
34 SystemZTargetInfo(const llvm::Triple &Triple, const TargetOptions &) function in class:clang::targets::SystemZTargetInfo
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp444 return new LinuxTargetInfo<SystemZTargetInfo>(Triple, Opts);
446 return new SystemZTargetInfo(Triple, Opts);

Completed in 128 milliseconds