class AIXPPC32TargetInfo
Declaration
class AIXPPC32TargetInfo : public AIXTargetInfo { /* 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/PPC.h:510
Inherits from: AIXTargetInfo
Method Overview
- public clang::TargetInfo::BuiltinVaListKind getBuiltinVaListKind() const
Methods
ΒΆclang::TargetInfo::BuiltinVaListKind
getBuiltinVaListKind() const
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/PPC.h:514