clang 20.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 bool | shouldTagGlobal (const llvm::GlobalVariable &G) |
|
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().
|
static |
Definition at line 35 of file SanitizerMetadata.cpp.
Referenced by clang::CodeGen::SanitizerMetadata::reportGlobal().