|
LLVM 24.0.0git
|
#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/StringSet.h"#include "llvm/IR/DiagnosticInfo.h"#include "llvm/IR/LLVMContext.h"#include "llvm/IR/ProfileSummary.h"#include "llvm/ProfileData/GCOV.h"#include "llvm/ProfileData/SampleProf.h"#include "llvm/ProfileData/SymbolRemappingReader.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Debug.h"#include "llvm/Support/Discriminator.h"#include "llvm/Support/ErrorOr.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/OnDiskHashTable.h"#include <cstdint>#include <list>#include <memory>#include <optional>#include <string>#include <system_error>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::vfs |
| namespace | llvm::sampleprof |
Typedefs | |
| using | llvm::sampleprof::InlineCallStack = SmallVector<FunctionSamples *, 10> |
Variables | |
| constexpr InMemoryModeT | llvm::sampleprof::InMemoryMode {} |
| constexpr OnDiskModeT | llvm::sampleprof::OnDiskMode {} |