Searched refs:MicrosoftARM64TargetInfo (Results 1 – 3 of 3) sorted by relevance
229 class LLVM_LIBRARY_VISIBILITY MicrosoftARM64TargetInfo232 MicrosoftARM64TargetInfo(const llvm::Triple &Triple,
1526 MicrosoftARM64TargetInfo::MicrosoftARM64TargetInfo(const llvm::Triple &Triple, in MicrosoftARM64TargetInfo() function in MicrosoftARM64TargetInfo1532 void MicrosoftARM64TargetInfo::getTargetDefines(const LangOptions &Opts, in getTargetDefines()1545 MicrosoftARM64TargetInfo::getCallingConvKind(bool ClangABICompat4) const { in getCallingConvKind()1549 unsigned MicrosoftARM64TargetInfo::getMinGlobalAlign(uint64_t TypeSize) const { in getMinGlobalAlign()
175 return std::make_unique<MicrosoftARM64TargetInfo>(Triple, Opts); in AllocateTarget()