#include "CoverageMappingGen.h"
#include "CodeGenFunction.h"
#include "clang/AST/StmtVisitor.h"
#include "clang/Lex/Lexer.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ProfileData/Coverage/CoverageMapping.h"
#include "llvm/ProfileData/Coverage/CoverageMappingReader.h"
#include "llvm/ProfileData/Coverage/CoverageMappingWriter.h"
#include "llvm/ProfileData/InstrProfReader.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/ProfileData/InstrProfData.inc"
Go to the source code of this file.
|
#define | COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType, |
|
#define | COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init, |
|
#define | COVMAP_HEADER(Type, LLVMType, Name, Init) LLVMType, |
|
#define | COVMAP_HEADER(Type, LLVMType, Name, Init) Init, |
|
#define COVMAP_FUNC_RECORD |
( |
|
Type, |
|
|
|
LLVMType, |
|
|
|
Name, |
|
|
|
Init |
|
) |
| LLVMType, |
#define COVMAP_FUNC_RECORD |
( |
|
Type, |
|
|
|
LLVMType, |
|
|
|
Name, |
|
|
|
Init |
|
) |
| Init, |
#define COVMAP_HEADER |
( |
|
Type, |
|
|
|
LLVMType, |
|
|
|
Name, |
|
|
|
Init |
|
) |
| LLVMType, |
#define COVMAP_HEADER |
( |
|
Type, |
|
|
|
LLVMType, |
|
|
|
Name, |
|
|
|
Init |
|
) |
| Init, |
static void dump |
( |
llvm::raw_ostream & |
OS, |
|
|
StringRef |
FunctionName, |
|
|
ArrayRef< CounterExpression > |
Expressions, |
|
|
ArrayRef< CounterMappingRegion > |
Regions |
|
) |
| |
|
static |