clang API Documentation

Functions
CoverageMappingGen.cpp File Reference
#include "CoverageMappingGen.h"
#include "CodeGenFunction.h"
#include "clang/AST/StmtVisitor.h"
#include "clang/Lex/Lexer.h"
#include "llvm/ProfileData/InstrProfReader.h"
#include "llvm/ProfileData/CoverageMapping.h"
#include "llvm/ProfileData/CoverageMappingWriter.h"
#include "llvm/ProfileData/CoverageMappingReader.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, const CoverageMappingRecord &Function)

Function Documentation

static void dump ( llvm::raw_ostream &  OS,
const CoverageMappingRecord &  Function 
) [static]
static StringRef getCoverageSection ( const CodeGenModule CGM) [static]

Definition at line 1044 of file CoverageMappingGen.cpp.

References isMachO().

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

static bool isMachO ( const CodeGenModule CGM) [static]