class WindowsX86_64TargetInfo

Declaration

class WindowsX86_64TargetInfo : public WindowsTargetInfo { /* 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/X86.h:788

Inherits from: WindowsTargetInfo

Method Overview

Methods

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

Declared at: clang/lib/Basic/Targets/X86.h:791

Parameters

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

clang::TargetInfo::CallingConvCheckResult
checkCallingConvention(
    clang::CallingConv CC) const

Description

Determines whether a given calling convention is valid for the target. A calling convention can either be accepted, produce a warning and be substituted with the default calling convention, or (someday) produce an error (such as using thiscall on a non-instance function).

Declared at: clang/lib/Basic/Targets/X86.h:806

Parameters

clang::CallingConv CC

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/X86.h:802