|
LLVM
8.0.1
|
#include "llvm/ADT/SmallVector.h"#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/IR/ProfileSummary.h"#include "llvm/ProfileData/GCOV.h"#include "llvm/ProfileData/SampleProf.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorOr.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/SymbolRemappingReader.h"#include <algorithm>#include <cstdint>#include <memory>#include <string>#include <system_error>#include <vector>

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::SampleProfileReaderRawBinary |
| class | llvm::sampleprof::SampleProfileReaderCompactBinary |
| class | llvm::sampleprof::SampleProfileReaderGCC |
| class | llvm::sampleprof::SampleProfileReaderItaniumRemapper |
| A profile data reader proxy that remaps the profile data from another sample profile data reader, by applying a provided set of equivalences between components of the symbol names in the profile. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
| llvm::sampleprof | |
Typedefs | |
| using | llvm::sampleprof::InlineCallStack = SmallVector< FunctionSamples *, 10 > |
1.8.13