LLVM
8.0.1
|
#include "llvm/ADT/MapVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/IR/ProfileSummary.h"
#include "llvm/ProfileData/SampleProf.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cstdint>
#include <memory>
#include <set>
#include <system_error>
Go to the source code of this file.
Classes | |
class | llvm::sampleprof::SampleProfileWriter |
Sample-based profile writer. Base class. More... | |
class | llvm::sampleprof::SampleProfileWriterText |
Sample-based profile writer (text format). More... | |
class | llvm::sampleprof::SampleProfileWriterBinary |
Sample-based profile writer (binary format). More... | |
class | llvm::sampleprof::SampleProfileWriterRawBinary |
class | llvm::sampleprof::SampleProfileWriterCompactBinary |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::sampleprof | |