Home
last modified time | relevance | path

Searched refs:AnnotateIgnoreWritesBegin (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h496 void AnnotateIgnoreWritesBegin(const char *file, int line);
511 # define TsanIgnoreWritesBegin() AnnotateIgnoreWritesBegin(__FILE__, __LINE__)
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp279 void INTERFACE_ATTRIBUTE AnnotateIgnoreWritesBegin(char *f, int l) { in AnnotateIgnoreWritesBegin() function
280 SCOPED_ANNOTATION(AnnotateIgnoreWritesBegin); in AnnotateIgnoreWritesBegin()