struct ModuleThreadSanitizerPass

Declaration

struct ModuleThreadSanitizerPass : public PassInfoMixin { /* full declaration omitted */ };

Description

A module pass for tsan instrumentation. Create ctor and init functions.

Declared at: llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h:35

Inherits from: PassInfoMixin

Method Overview

  • public static bool isRequired()
  • public llvm::PreservedAnalyses run(llvm::Module & M, llvm::ModuleAnalysisManager & AM)

Methods

static bool isRequired()

Declared at: llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h:38

llvm::PreservedAnalyses run(
    llvm::Module& M,
    llvm::ModuleAnalysisManager& AM)

Declared at: llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h:37

Parameters

llvm::Module& M
llvm::ModuleAnalysisManager& AM