class MicrosoftX86_64TargetInfo

Declaration

class MicrosoftX86_64TargetInfo : public WindowsX86_64TargetInfo { /* 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:830

Inherits from: WindowsX86_64TargetInfo

Method Overview

Inherited from WindowsX86_64TargetInfo:

Methods

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

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

Parameters

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

TargetInfo::CallingConvKind getCallingConvKind(
    bool ClangABICompat4) const

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

Parameters

bool ClangABICompat4

void getTargetDefines(
    const clang::LangOptions& Opts,
    clang::MacroBuilder& Builder) const

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

Parameters

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