|
LLVM
3.7.0
|
Go to the source code of this file.
Functions | |
| static bool | InitNotUnderValgrind () |
| LLVM_ATTRIBUTE_WEAK void | AnnotateHappensAfter (const char *file, int line, const volatile void *cv) |
| LLVM_ATTRIBUTE_WEAK void | AnnotateHappensBefore (const char *file, int line, const volatile void *cv) |
| LLVM_ATTRIBUTE_WEAK void | AnnotateIgnoreWritesBegin (const char *file, int line) |
| LLVM_ATTRIBUTE_WEAK void | AnnotateIgnoreWritesEnd (const char *file, int line) |
Variables | |
| static const bool | NotUnderValgrind = InitNotUnderValgrind() |
| LLVM_ATTRIBUTE_WEAK void AnnotateHappensAfter | ( | const char * | file, |
| int | line, | ||
| const volatile void * | cv | ||
| ) |
Definition at line 63 of file Valgrind.cpp.
| LLVM_ATTRIBUTE_WEAK void AnnotateHappensBefore | ( | const char * | file, |
| int | line, | ||
| const volatile void * | cv | ||
| ) |
Definition at line 67 of file Valgrind.cpp.
| LLVM_ATTRIBUTE_WEAK void AnnotateIgnoreWritesBegin | ( | const char * | file, |
| int | line | ||
| ) |
Definition at line 70 of file Valgrind.cpp.
| LLVM_ATTRIBUTE_WEAK void AnnotateIgnoreWritesEnd | ( | const char * | file, |
| int | line | ||
| ) |
Definition at line 72 of file Valgrind.cpp.
|
static |
Definition at line 22 of file Valgrind.cpp.
|
static |
Definition at line 30 of file Valgrind.cpp.
1.8.6