Home
last modified time | relevance | path

Searched refs:ZOSTargetInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h737 class LLVM_LIBRARY_VISIBILITY ZOSTargetInfo : public OSTargetInfo<Target> {
769 ZOSTargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in ZOSTargetInfo() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp523 return std::make_unique<ZOSTargetInfo<SystemZTargetInfo>>(Triple, Opts); in AllocateTarget()