LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::ThreadSanitizerPass Struct Reference

A function pass for tsan instrumentation. More...

#include "llvm/Transforms/Instrumentation/ThreadSanitizer.h"

Inheritance diagram for llvm::ThreadSanitizerPass:
Inheritance graph
[legend]

Public Member Functions

PreservedAnalyses run (Function &F, FunctionAnalysisManager &FAM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< ThreadSanitizerPass >
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< ThreadSanitizerPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

A function pass for tsan instrumentation.

Instruments functions to detect race conditions reads. This function pass inserts calls to runtime library functions. If the functions aren't declared yet, the pass inserts the declarations. Otherwise the existing globals are

Definition at line 27 of file ThreadSanitizer.h.

Member Function Documentation

◆ isRequired()

static bool llvm::ThreadSanitizerPass::isRequired ( )
inlinestatic

Definition at line 29 of file ThreadSanitizer.h.

◆ run()

PreservedAnalyses ThreadSanitizerPass::run ( Function F,
FunctionAnalysisManager FAM 
)

The documentation for this struct was generated from the following files: