|
LLVM
3.7.0
|
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/MapVector.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/iterator.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Classes | |
| struct | llvm::GCOVOptions |
| GCOVOptions - 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 |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::GCOV | |
Enumerations | |
| enum | llvm::GCOV::GCOVVersion { llvm::GCOV::V402, llvm::GCOV::V404 } |
1.8.6