clang
10.0.0git
|
#include "SanitizerMetadata.h"
#include "CodeGenModule.h"
#include "clang/AST/Attr.h"
#include "clang/AST/Type.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/IR/Constants.h"
Go to the source code of this file.
Functions | |
static bool | isAsanHwasanOrMemTag (const SanitizerSet &SS) |
|
static |
Definition at line 24 of file SanitizerMetadata.cpp.
References clang::SanitizerSet::hasOneOf().
Referenced by clang::CodeGen::SanitizerMetadata::disableSanitizerForGlobal(), and clang::CodeGen::SanitizerMetadata::reportGlobalToASan().