clang 19.0.0git
Public Member Functions | Protected Member Functions | List of all members
clang::targets::PSOSTargetInfo< Target > Class Template Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Basic/Targets/OSTargets.h"

Inheritance diagram for clang::targets::PSOSTargetInfo< Target >:
Inheritance graph
[legend]

Public Member Functions

 PSOSTargetInfo (const llvm::Triple &Triple, const TargetOptions &Opts)
 
TargetInfo::CallingConvCheckResult checkCallingConvention (CallingConv CC) const override
 
bool areDefaultedSMFStillPOD (const LangOptions &) const override
 
- Public Member Functions inherited from clang::targets::OSTargetInfo< Target >
 OSTargetInfo (const llvm::Triple &Triple, const TargetOptions &Opts)
 
void getTargetDefines (const LangOptions &Opts, MacroBuilder &Builder) const override
 

Protected Member Functions

void getOSDefines (const LangOptions &Opts, const llvm::Triple &Triple, MacroBuilder &Builder) const override
 
virtual void getOSDefines (const LangOptions &Opts, const llvm::Triple &Triple, MacroBuilder &Builder) const=0
 

Detailed Description

template<typename Target>
class clang::targets::PSOSTargetInfo< Target >

Definition at line 478 of file OSTargets.h.

Constructor & Destructor Documentation

◆ PSOSTargetInfo()

template<typename Target >
clang::targets::PSOSTargetInfo< Target >::PSOSTargetInfo ( const llvm::Triple &  Triple,
const TargetOptions Opts 
)
inline

Definition at line 492 of file OSTargets.h.

Member Function Documentation

◆ areDefaultedSMFStillPOD()

template<typename Target >
bool clang::targets::PSOSTargetInfo< Target >::areDefaultedSMFStillPOD ( const LangOptions ) const
inlineoverride

Definition at line 514 of file OSTargets.h.

◆ checkCallingConvention()

template<typename Target >
TargetInfo::CallingConvCheckResult clang::targets::PSOSTargetInfo< Target >::checkCallingConvention ( CallingConv  CC) const
inlineoverride

Definition at line 510 of file OSTargets.h.

References clang::CC_C.

◆ getOSDefines()

template<typename Target >
void clang::targets::PSOSTargetInfo< Target >::getOSDefines ( const LangOptions Opts,
const llvm::Triple &  Triple,
MacroBuilder Builder 
) const
inlineoverrideprotectedvirtual

The documentation for this class was generated from the following file: