|
LLVM
3.7.0
|
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringMap.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"#include <system_error>Go to the source code of this file.
Classes | |
| struct | std::is_error_code_enum< llvm::sampleprof_error > |
| struct | llvm::sampleprof::LineLocation |
| Represents the relative location of an instruction. More... | |
| struct | llvm::DenseMapInfo< sampleprof::LineLocation > |
| class | llvm::sampleprof::SampleRecord |
| Representation of a single sample record. More... | |
| class | llvm::sampleprof::FunctionSamples |
| Representation of the samples collected for a function. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| std | |
| llvm::sampleprof | |
Typedefs | |
| typedef DenseMap< LineLocation, SampleRecord > | llvm::sampleprof::BodySampleMap |
Functions | |
| const std::error_category & | llvm::sampleprof_category () |
| std::error_code | llvm::make_error_code (sampleprof_error E) |
| static uint64_t | llvm::sampleprof::SPMagic () |
| static uint64_t | llvm::sampleprof::SPVersion () |
1.8.6