clang API Documentation
#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"
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) |
static void dump | ( | llvm::raw_ostream & | OS, |
const CoverageMappingRecord & | Function | ||
) | [static] |
Definition at line 1048 of file CoverageMappingGen.cpp.
Referenced by clang::CodeGen::CoverageMappingModuleGen::addFunctionMappingRecord(), clang::comments::Comment::dump(), clang::TemplateName::dump(), clang::Stmt::dump(), clang::QualType::dump(), clang::Decl::dump(), and clang::ASTReader::PrintStats().
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] |
Definition at line 1040 of file CoverageMappingGen.cpp.
References clang::CodeGen::CodeGenModule::getTarget(), and clang::TargetInfo::getTriple().
Referenced by getCoverageSection().