class DarwinAArch64TargetInfo

Declaration

class DarwinAArch64TargetInfo : public DarwinTargetInfo { /* 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:219

Inherits from: DarwinTargetInfo

Method Overview

  • public DarwinAArch64TargetInfo(const llvm::Triple & Triple, const clang::TargetOptions & Opts)
  • public clang::TargetInfo::BuiltinVaListKind getBuiltinVaListKind() const
  • protected void getOSDefines(const clang::LangOptions & Opts, const llvm::Triple & Triple, clang::MacroBuilder & Builder) const

Methods

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

Declared at: clang/lib/Basic/Targets/AArch64.h:222

Parameters

const llvm::Triple& Triple
const clang::TargetOptions& Opts

clang::TargetInfo::BuiltinVaListKind
getBuiltinVaListKind() const

Description

Returns the kind of __builtin_va_list type that should be used with this target.

Declared at: clang/lib/Basic/Targets/AArch64.h:224

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

Declared at: clang/lib/Basic/Targets/AArch64.h:227

Parameters

const clang::LangOptions& Opts
const llvm::Triple& Triple
clang::MacroBuilder& Builder