LLVM
8.0.1
|
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/MapVector.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/iterator.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <limits>
#include <memory>
#include <string>
#include <utility>
Go to the source code of this file.
Classes | |
struct | llvm::GCOV::Options |
A struct for passing gcov options between functions. More... | |
class | llvm::GCOVBuffer |
GCOVBuffer - A wrapper around MemoryBuffer to provide GCOV specific read operations. More... | |
class | llvm::GCOVFile |
GCOVFile - Collects coverage information for one pair of coverage file (.gcno and .gcda). More... | |
struct | llvm::GCOVEdge |
GCOVEdge - Collects edge information. More... | |
class | llvm::GCOVFunction |
GCOVFunction - Collects function information. More... | |
class | llvm::GCOVBlock |
GCOVBlock - Collects block information. More... | |
class | llvm::FileInfo |
struct | llvm::FileInfo::LineData |
struct | llvm::FileInfo::GCOVCoverage |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::GCOV | |
Enumerations | |
enum | llvm::GCOV::GCOVVersion { llvm::GCOV::V402, llvm::GCOV::V404, llvm::GCOV::V704 } |