clang  3.7.0
Functions
CoverageMappingGen.cpp File Reference
#include "CoverageMappingGen.h"
#include "CodeGenFunction.h"
#include "clang/AST/StmtVisitor.h"
#include "clang/Lex/Lexer.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ProfileData/CoverageMapping.h"
#include "llvm/ProfileData/CoverageMappingReader.h"
#include "llvm/ProfileData/CoverageMappingWriter.h"
#include "llvm/ProfileData/InstrProfReader.h"
#include "llvm/Support/FileSystem.h"
Include dependency graph for CoverageMappingGen.cpp:

Go to the source code of this file.

Functions

static bool isMachO (const CodeGenModule &CGM)
 
static StringRef getCoverageSection (const CodeGenModule &CGM)
 
static void dump (llvm::raw_ostream &OS, StringRef FunctionName, ArrayRef< CounterExpression > Expressions, ArrayRef< CounterMappingRegion > Regions)
 

Function Documentation

static void dump ( llvm::raw_ostream &  OS,
StringRef  FunctionName,
ArrayRef< CounterExpression >  Expressions,
ArrayRef< CounterMappingRegion >  Regions 
)
static
static StringRef getCoverageSection ( const CodeGenModule CGM)
static

Definition at line 893 of file CoverageMappingGen.cpp.

References isMachO().

Referenced by clang::CodeGen::CoverageMappingModuleGen::emit().

static bool isMachO ( const CodeGenModule CGM)
static