clang
15.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. More... | |
unsigned | getExnObjectAlignment () const override |
TargetInfo::IntType | getLeastIntTypeByWidth (unsigned BitWidth, bool IsSigned) const final |
![]() | |
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 |
Definition at line 78 of file OSTargets.h.
|
inline |
Definition at line 87 of file OSTargets.h.
|
inlineoverride |
Definition at line 128 of file OSTargets.h.
|
inlinefinal |
Definition at line 158 of file OSTargets.h.
|
inlineoverrideprotectedvirtual |
Implements clang::targets::OSTargetInfo< Target >.
Definition at line 80 of file OSTargets.h.
|
inlineoverride |
Definition at line 118 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 126 of file OSTargets.h.