|
LLVM
4.0.0
|
#include "llvm/ADT/StringMap.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/Twine.h"#include "llvm/IR/DiagnosticInfo.h"#include "llvm/IR/Function.h"#include "llvm/IR/LLVMContext.h"#include "llvm/ProfileData/ProfileCommon.h"#include "llvm/ProfileData/SampleProf.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/ErrorOr.h"#include "llvm/Support/GCOV.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Classes | |
| class | llvm::sampleprof::SampleProfileReader |
| Sample-based profile reader. More... | |
| class | llvm::sampleprof::SampleProfileReaderText |
| class | llvm::sampleprof::SampleProfileReaderBinary |
| class | llvm::sampleprof::SampleProfileReaderGCC |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::sampleprof | |
Typedefs | |
| typedef SmallVector < FunctionSamples *, 10 > | llvm::sampleprof::InlineCallStack |
1.8.6