class DarwinPPC32TargetInfo
Declaration
class DarwinPPC32TargetInfo : 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/PPC.h:483
Inherits from: DarwinTargetInfo
Method Overview
- public DarwinPPC32TargetInfo(const llvm::Triple & Triple, const clang::TargetOptions & Opts)
- public clang::TargetInfo::BuiltinVaListKind getBuiltinVaListKind() const
Methods
¶DarwinPPC32TargetInfo(
const llvm::Triple& Triple,
const clang::TargetOptions& Opts)
DarwinPPC32TargetInfo(
const llvm::Triple& Triple,
const clang::TargetOptions& Opts)
Declared at: clang/lib/Basic/Targets/PPC.h:486
Parameters
- const llvm::Triple& Triple
- const clang::TargetOptions& Opts
¶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:495