|
LLVM 24.0.0git
|
#include "llvm/ProfileData/SampleProfReader.h"
Public Member Functions | |
| MD5SampleProfileNameTable (std::vector< FunctionId > &&Vec) | |
| MD5SampleProfileNameTable (const std::vector< FunctionId > &Vec) | |
| size_t | size () const override |
| FunctionId | operator[] (size_t Idx) const override |
| Public Member Functions inherited from llvm::sampleprof::SampleProfileNameTable | |
| SampleProfileNameTable ()=default | |
| SampleProfileNameTable (const SampleProfileNameTable &)=delete | |
| SampleProfileNameTable (SampleProfileNameTable &&)=delete | |
| SampleProfileNameTable & | operator= (const SampleProfileNameTable &)=delete |
| SampleProfileNameTable & | operator= (SampleProfileNameTable &&)=delete |
| virtual | ~SampleProfileNameTable ()=default |
| bool | empty () const |
| virtual bool | contains (StringRef Key) const |
| virtual bool | contains (uint64_t GUID) const |
| iterator | begin () const |
| iterator | end () const |
Additional Inherited Members | |
| Public Types inherited from llvm::sampleprof::SampleProfileNameTable | |
| using | const_iterator = iterator |
| Static Protected Member Functions inherited from llvm::sampleprof::SampleProfileNameTable | |
| template<typename SetT, typename RangeT, typename ProjT = llvm::identity> | |
| static const SetT & | getOrCreateSet (std::optional< SetT > &Set, const RangeT &Range, ProjT Proj=ProjT()) |
| Protected Attributes inherited from llvm::sampleprof::SampleProfileNameTable | |
| std::optional< DenseSet< uint64_t > > | GUIDSet |
| Static Protected Attributes inherited from llvm::sampleprof::SampleProfileNameTable | |
| static constexpr auto | GetFunctionIdHash |
| static constexpr auto | GetFunctionIdString |
Definition at line 479 of file SampleProfReader.h.
|
inlineexplicit |
Definition at line 483 of file SampleProfReader.h.
References llvm::move().
|
inlineexplicit |
Definition at line 485 of file SampleProfReader.h.
|
inlineoverridevirtual |
Implements llvm::sampleprof::SampleProfileNameTable.
Definition at line 490 of file SampleProfReader.h.
References assert().
|
inlineoverridevirtual |
Implements llvm::sampleprof::SampleProfileNameTable.
Definition at line 488 of file SampleProfReader.h.