LLVM  8.0.1
Functions | Variables
Valgrind.cpp File Reference
#include "llvm/Support/Valgrind.h"
#include "llvm/Config/config.h"
#include <cstddef>
#include <valgrind/valgrind.h>
Include dependency graph for Valgrind.cpp:

Go to the source code of this file.

Functions

static bool InitNotUnderValgrind ()
 

Variables

static const bool NotUnderValgrind = InitNotUnderValgrind()
 

Function Documentation

◆ InitNotUnderValgrind()

static bool InitNotUnderValgrind ( )
static

Definition at line 23 of file Valgrind.cpp.

Variable Documentation

◆ NotUnderValgrind

const bool NotUnderValgrind = InitNotUnderValgrind()
static

Definition at line 31 of file Valgrind.cpp.