LLVM 19.0.0git
Variables
CodeGenCoverage.cpp File Reference

This file implements the CodeGenCoverage class. More...

#include "llvm/Support/CodeGenCoverage.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Mutex.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/ScopedPrinter.h"
#include "llvm/Support/ToolOutputFile.h"

Go to the source code of this file.

Variables

static sys::SmartMutex< trueOutputMutex
 

Detailed Description

This file implements the CodeGenCoverage class.

Definition in file CodeGenCoverage.cpp.

Variable Documentation

◆ OutputMutex

sys::SmartMutex<true> OutputMutex
static

Definition at line 24 of file CodeGenCoverage.cpp.

Referenced by llvm::CodeGenCoverage::emit().