LLVM 20.0.0git
|
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ProfileData/Coverage/CoverageMapping.h"
#include "llvm/ProfileData/InstrProf.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/MemoryBuffer.h"
#include <cstddef>
#include <cstdint>
#include <iterator>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
struct | llvm::coverage::CoverageMappingRecord |
Coverage mapping information for a single function. More... | |
class | llvm::coverage::CoverageMappingIterator |
A file format agnostic iterator over coverage mapping data. More... | |
class | llvm::coverage::CoverageMappingReader |
class | llvm::coverage::RawCoverageReader |
Base class for the raw coverage mapping and filenames data readers. More... | |
class | llvm::coverage::RawCoverageMappingDummyChecker |
Checks if the given coverage mapping data is exported for an unused function. More... | |
class | llvm::coverage::RawCoverageMappingReader |
Reader for the raw coverage mapping data. More... | |
class | llvm::coverage::BinaryCoverageReader |
Reader for the coverage mapping data that is emitted by the frontend and stored in an object file. More... | |
struct | llvm::coverage::BinaryCoverageReader::ProfileMappingRecord |
class | llvm::coverage::RawCoverageFilenamesReader |
Reader for the raw coverage filenames. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::coverage |