LLVM 20.0.0git
|
A module pass for tysan instrumentation. More...
#include "llvm/Transforms/Instrumentation/TypeSanitizer.h"
Public Member Functions | |
PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< ModuleTypeSanitizerPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Static Public Member Functions | |
static bool | isRequired () |
Static Public Member Functions inherited from llvm::PassInfoMixin< ModuleTypeSanitizerPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
A module pass for tysan instrumentation.
Create ctor and init functions.
Definition at line 32 of file TypeSanitizer.h.
|
inlinestatic |
Definition at line 34 of file TypeSanitizer.h.
PreservedAnalyses ModuleTypeSanitizerPass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 886 of file TypeSanitizer.cpp.
References llvm::appendToGlobalCtors(), llvm::createSanitizerCtorAndInitFunctions(), kTysanInitName, kTysanModuleCtorName, and llvm::PreservedAnalyses::none().