Searched refs:RunningOnValgrind (Results 1 - 16 of 16) sorted by relevance

/external/llvm/include/llvm/Support/
H A DValgrind.h24 bool RunningOnValgrind();
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DValgrind.h24 bool RunningOnValgrind();
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DValgrind.h24 bool RunningOnValgrind();
/external/swiftshader/third_party/LLVM/lib/Support/
H A DValgrind.cpp32 bool llvm::sys::RunningOnValgrind() { function in class:llvm::sys
47 bool llvm::sys::RunningOnValgrind() { function in class:llvm::sys
/external/llvm/lib/Support/
H A DValgrind.cpp33 bool llvm::sys::RunningOnValgrind() { function in class:llvm::sys
48 bool llvm::sys::RunningOnValgrind() { function in class:llvm::sys
/external/python/cpython3/Python/
H A Ddynamic_annotations.c144 int RunningOnValgrind(void) { function
/external/libchrome/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.c258 int RunningOnValgrind(void) { function
H A Ddynamic_annotations.h548 - Make your tool intercept the function RunningOnValgrind() and
551 int RunningOnValgrind(void) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK;
/external/llvm/tools/bugpoint/
H A Dbugpoint.cpp157 if (sys::RunningOnValgrind() || UseValgrind)
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A Dbugpoint.cpp150 if (sys::RunningOnValgrind() || UseValgrind)
/external/libchrome/base/process/
H A Dprocess_posix.cc313 if (RunningOnValgrind()) {
/external/llvm/include/llvm/
H A DLinkAllPasses.h211 (void) llvm::sys::RunningOnValgrind();
/external/python/cpython3/Include/
H A Ddynamic_annotations.h453 - Make your tool intercept the function RunningOnValgrind() and
456 int RunningOnValgrind(void);
/external/valgrind/drd/tests/
H A Dtsan_thread_wrappers_pthread.h70 static inline bool RunningOnValgrind() { return RUNNING_ON_VALGRIND; } function
H A Dtsan_unittest.cpp4131 // test85: Test for RunningOnValgrind(). {{{1
4135 printf("test85: RunningOnValgrind() = %d\n", RunningOnValgrind());
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc442 int INTERFACE_ATTRIBUTE RunningOnValgrind() { function

Completed in 617 milliseconds