class MicrosoftARM64TargetInfo
Declaration
class MicrosoftARM64TargetInfo : public WindowsARM64TargetInfo { /* full declaration omitted */ };
Description
Fields controlling how types are laid out in memory; these may need to be copied for targets like AMDGPU that base their ABIs on an auxiliary CPU target.
Declared at: clang/lib/Basic/Targets/AArch64.h:188
Inherits from: WindowsARM64TargetInfo
Member Variables
Method Overview
- public MicrosoftARM64TargetInfo(const llvm::Triple & Triple, const clang::TargetOptions & Opts)
- public TargetInfo::CallingConvKind getCallingConvKind(bool ClangABICompat4) const
- public unsigned int getMinGlobalAlign(uint64_t TypeSize) const
- public void getTargetDefines(const clang::LangOptions & Opts, clang::MacroBuilder & Builder) const
Inherited from WindowsARM64TargetInfo:
Methods
¶MicrosoftARM64TargetInfo(
const llvm::Triple& Triple,
const clang::TargetOptions& Opts)
MicrosoftARM64TargetInfo(
const llvm::Triple& Triple,
const clang::TargetOptions& Opts)
Declared at: clang/lib/Basic/Targets/AArch64.h:191
Parameters
- const llvm::Triple& Triple
- const clang::TargetOptions& Opts
¶TargetInfo::CallingConvKind getCallingConvKind(
bool ClangABICompat4) const
TargetInfo::CallingConvKind getCallingConvKind(
bool ClangABICompat4) const
Declared at: clang/lib/Basic/Targets/AArch64.h:197
Parameters
- bool ClangABICompat4
¶unsigned int getMinGlobalAlign(
uint64_t TypeSize) const
unsigned int getMinGlobalAlign(
uint64_t TypeSize) const
Description
getMinGlobalAlign - Return the minimum alignment of a global variable, unless its alignment is explicitly reduced via attributes.
Declared at: clang/lib/Basic/Targets/AArch64.h:199
Parameters
- uint64_t TypeSize
¶void getTargetDefines(
const clang::LangOptions& Opts,
clang::MacroBuilder& Builder) const
void getTargetDefines(
const clang::LangOptions& Opts,
clang::MacroBuilder& Builder) const
Declared at: clang/lib/Basic/Targets/AArch64.h:194
Parameters
- const clang::LangOptions& Opts
- clang::MacroBuilder& Builder