Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h497 void AnnotateIgnoreWritesEnd(const char *file, int line);
514 # define TsanIgnoreWritesEnd() AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp284 void INTERFACE_ATTRIBUTE AnnotateIgnoreWritesEnd(char *f, int l) { in AnnotateIgnoreWritesEnd() function
285 SCOPED_ANNOTATION(AnnotateIgnoreWritesEnd); in AnnotateIgnoreWritesEnd()