Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.h331 class LLVM_LIBRARY_VISIBILITY AppleMachOAArch64TargetInfo
334 AppleMachOAArch64TargetInfo(const llvm::Triple &Triple,
H A DAArch64.cpp1774 AppleMachOAArch64TargetInfo::AppleMachOAArch64TargetInfo( in AppleMachOAArch64TargetInfo() function in AppleMachOAArch64TargetInfo
1819 void AppleMachOAArch64TargetInfo::getOSDefines(const LangOptions &Opts, in getOSDefines()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp139 return std::make_unique<AppleMachOAArch64TargetInfo>(Triple, Opts); in AllocateTarget()
146 return std::make_unique<AppleMachOAArch64TargetInfo>(Triple, Opts); in AllocateTarget()