Home
last modified time | relevance | path

Searched defs:getEventNames (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DProfileReaderBase.h101 virtual StringSet<> getEventNames() const { return StringSet<>(); } in getEventNames() function
H A DDataReader.h282 virtual StringSet<> getEventNames() const override { return EventNames; } in getEventNames() function