class DarwinPPC64TargetInfo
Declaration
class DarwinPPC64TargetInfo : 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:500
Inherits from: DarwinTargetInfo
Method Overview
- public DarwinPPC64TargetInfo(const llvm::Triple & Triple, const clang::TargetOptions & Opts)
Methods
ΒΆDarwinPPC64TargetInfo(
const llvm::Triple& Triple,
const clang::TargetOptions& Opts)
DarwinPPC64TargetInfo(
const llvm::Triple& Triple,
const clang::TargetOptions& Opts)
Declared at: clang/lib/Basic/Targets/PPC.h:503
Parameters
- const llvm::Triple& Triple
- const clang::TargetOptions& Opts