|
LLVM 23.0.0git
|
A helper class that wraps a local set of string names from NameTable. More...
#include "llvm/ProfileData/SampleProfReader.h"
Public Member Functions | |
| SampleProfileNameSet (const SampleProfileReader &R) | |
| bool | contains (StringRef CanonName) const |
| Check if a canonical function name exists in the profile name table. | |
A helper class that wraps a local set of string names from NameTable.
Definition at line 1168 of file SampleProfReader.h.
|
inlineexplicit |
Definition at line 1173 of file SampleProfReader.h.
Check if a canonical function name exists in the profile name table.
Definition at line 1179 of file SampleProfReader.h.