Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/tools/archer/
H A Dompt-tsan.cpp1099 #define findTsanFunction(f, fSig) \ in ompt_tsan_initialize() macro
1105 findTsanFunction(AnnotateHappensAfter, in ompt_tsan_initialize()
1107 findTsanFunction(AnnotateHappensBefore, in ompt_tsan_initialize()
1109 findTsanFunction(AnnotateIgnoreWritesBegin, (void (*)(const char *, int))); in ompt_tsan_initialize()
1110 findTsanFunction(AnnotateIgnoreWritesEnd, (void (*)(const char *, int))); in ompt_tsan_initialize()
1111 findTsanFunction( in ompt_tsan_initialize()
1114 findTsanFunction(__tsan_func_entry, (void (*)(const void *))); in ompt_tsan_initialize()
1115 findTsanFunction(__tsan_func_exit, (void (*)(void))); in ompt_tsan_initialize()