|
clang 22.0.0git
|
#include "SanitizerMetadata.h"#include "CodeGenModule.h"#include "clang/AST/Attr.h"#include "clang/AST/Type.h"Go to the source code of this file.
Functions | |
| static bool | isAsanHwasanMemTagOrTysan (const SanitizerSet &SS) |
| static SanitizerMask | expandKernelSanitizerMasks (SanitizerMask Mask) |
|
static |
Definition at line 28 of file SanitizerMetadata.cpp.
Referenced by clang::CodeGen::SanitizerMetadata::reportGlobal().
|
static |
Definition at line 22 of file SanitizerMetadata.cpp.
References clang::SanitizerSet::hasOneOf().
Referenced by clang::CodeGen::SanitizerMetadata::reportGlobal(), and clang::CodeGen::SanitizerMetadata::reportGlobal().