clang 18.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 |
![]() | |
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.
References clang::Target.
|
inlineoverride |
Definition at line 131 of file OSTargets.h.
|
inlineoverride |
Definition at line 92 of file OSTargets.h.
|
inlinefinal |
Definition at line 122 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 82 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 90 of file OSTargets.h.