clang 22.0.0git
|
#include "clang/Basic/LangOptions.h"
Public Member Functions | |
AtomicOptions () | |
AtomicOptions (const LangOptions &LO) | |
bool | getOption (AtomicOptionKind Kind) const |
void | setOption (AtomicOptionKind Kind, bool Value) |
LLVM_DUMP_METHOD void | dump () const |
Public Attributes | |
unsigned | remote_memory: 1 |
unsigned | fine_grained_memory: 1 |
unsigned | ignore_denormal_mode: 1 |
Definition at line 1048 of file LangOptions.h.
|
inline |
Definition at line 1054 of file LangOptions.h.
|
inline |
Definition at line 1057 of file LangOptions.h.
|
inline |
Definition at line 1089 of file LangOptions.h.
References fine_grained_memory, ignore_denormal_mode, and remote_memory.
|
inline |
Definition at line 1062 of file LangOptions.h.
References fine_grained_memory, clang::FineGrainedMemory, ignore_denormal_mode, clang::IgnoreDenormalMode, Kind, remote_memory, and clang::RemoteMemory.
|
inline |
Definition at line 1074 of file LangOptions.h.
References fine_grained_memory, clang::FineGrainedMemory, ignore_denormal_mode, clang::IgnoreDenormalMode, Kind, remote_memory, and clang::RemoteMemory.
unsigned clang::AtomicOptions::fine_grained_memory |
Definition at line 1051 of file LangOptions.h.
Referenced by clang::CodeGen::CodeGenFunction::CGAtomicOptionsRAII::CGAtomicOptionsRAII(), dump(), getOption(), and setOption().
unsigned clang::AtomicOptions::ignore_denormal_mode |
Definition at line 1052 of file LangOptions.h.
Referenced by clang::CodeGen::CodeGenFunction::CGAtomicOptionsRAII::CGAtomicOptionsRAII(), dump(), getOption(), and setOption().
unsigned clang::AtomicOptions::remote_memory |
Definition at line 1050 of file LangOptions.h.
Referenced by clang::CodeGen::CodeGenFunction::CGAtomicOptionsRAII::CGAtomicOptionsRAII(), dump(), getOption(), and setOption().