clang 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Basic/Targets/OSTargets.h"
Public Member Functions | |
DarwinTargetInfo (const llvm::Triple &Triple, const TargetOptions &Opts) | |
const char * | getStaticInitSectionSpecifier () const override |
bool | hasProtectedVisibility () const override |
Darwin does not support protected visibility. | |
unsigned | getExnObjectAlignment () const override |
TargetInfo::IntType | getLeastIntTypeByWidth (unsigned BitWidth, bool IsSigned) const final |
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 |
Definition at line 42 of file OSTargets.h.
|
inline |
Definition at line 51 of file OSTargets.h.
|
inlineoverride |
Definition at line 135 of file OSTargets.h.
|
inlineoverride |
Definition at line 93 of file OSTargets.h.
References clang::T.
|
inlinefinal |
Definition at line 126 of file OSTargets.h.
|
inlineoverrideprotectedvirtual |
Implements clang::targets::OSTargetInfo< Target >.
Definition at line 44 of file OSTargets.h.
References clang::targets::getDarwinDefines().
|
inlineoverride |
Definition at line 83 of file OSTargets.h.
|
inlineoverride |
Darwin does not support protected visibility.
Darwin's "default" is very similar to ELF's "protected"; Darwin requires a "weak" attribute on declarations that can be dynamically replaced.
Definition at line 91 of file OSTargets.h.