class MicrosoftX86_32TargetInfo

Declaration

class MicrosoftX86_32TargetInfo : public WindowsX86_32TargetInfo { /* 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:558

Inherits from: WindowsX86_32TargetInfo

Method Overview

Inherited from WindowsX86_32TargetInfo:

    Methods

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

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

    Parameters

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

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

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

    Parameters

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