clang 19.0.0git
Public Member Functions | Protected Member Functions | List of all members
clang::targets::DarwinAArch64TargetInfo Class Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Basic/Targets/AArch64.h"

Inheritance diagram for clang::targets::DarwinAArch64TargetInfo:
Inheritance graph
[legend]

Public Member Functions

 DarwinAArch64TargetInfo (const llvm::Triple &Triple, const TargetOptions &Opts)
 
BuiltinVaListKind getBuiltinVaListKind () const override
 
- Public Member Functions inherited from clang::targets::DarwinTargetInfo< AArch64leTargetInfo >
 DarwinTargetInfo (const llvm::Triple &Triple, const TargetOptions &Opts)
 
const char * getStaticInitSectionSpecifier () const override
 
bool hasProtectedVisibility () const override
 Darwin does not support protected visibility.
 
unsigned getExnObjectAlignment () const override
 
TargetInfo::IntType getLeastIntTypeByWidth (unsigned BitWidth, bool IsSigned) const final
 
bool areDefaultedSMFStillPOD (const LangOptions &) const override
 
- Public Member Functions inherited from clang::targets::OSTargetInfo< TgtInfo >
 OSTargetInfo (const llvm::Triple &Triple, const TargetOptions &Opts)
 
void getTargetDefines (const LangOptions &Opts, MacroBuilder &Builder) const override
 

Protected Member Functions

void getOSDefines (const LangOptions &Opts, const llvm::Triple &Triple, MacroBuilder &Builder) const override
 
- Protected Member Functions inherited from clang::targets::DarwinTargetInfo< AArch64leTargetInfo >
void getOSDefines (const LangOptions &Opts, const llvm::Triple &Triple, MacroBuilder &Builder) const override
 
virtual void getOSDefines (const LangOptions &Opts, const llvm::Triple &Triple, MacroBuilder &Builder) const =0
 

Detailed Description

Definition at line 266 of file AArch64.h.

Constructor & Destructor Documentation

◆ DarwinAArch64TargetInfo()

DarwinAArch64TargetInfo::DarwinAArch64TargetInfo ( const llvm::Triple &  Triple,
const TargetOptions Opts 
)

Definition at line 1609 of file AArch64.cpp.

Member Function Documentation

◆ getBuiltinVaListKind()

TargetInfo::BuiltinVaListKind DarwinAArch64TargetInfo::getBuiltinVaListKind ( ) const
override

Definition at line 1653 of file AArch64.cpp.

References clang::TargetInfo::CharPtrBuiltinVaList.

◆ getOSDefines()

void DarwinAArch64TargetInfo::getOSDefines ( const LangOptions Opts,
const llvm::Triple &  Triple,
MacroBuilder Builder 
) const
overrideprotectedvirtual

The documentation for this class was generated from the following files: