Home
last modified time | relevance | path

Searched refs:ThreadSanitizerPass (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DThreadSanitizer.h27 struct ThreadSanitizerPass : public PassInfoMixin<ThreadSanitizerPass> { struct
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp185 PreservedAnalyses ThreadSanitizerPass::run(Function &F, in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def440 FUNCTION_PASS("tsan", ThreadSanitizerPass())
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp694 MPM.addPass(createModuleToFunctionPassAdaptor(ThreadSanitizerPass())); in addSanitizers()