llvm::getCoverageMappingVarName

Return the name of a coverage mapping variable for an instrumented module.

Synopsis

Declared in <llvm/ProfileData/InstrProf.h>

StringRef
getCoverageMappingVarName();

Description

The variable has internal linkage and is allocated in the __llvm_covmap section.

Return Value

Name of the coverage mapping variable.