Searched refs:GetEntryName (Results 1 – 2 of 2) sorted by relevance
92 static const char *GetEntryName(const Entry &entry) { in GetEntryName() function93 return GetEntryName(static_cast<EntryType>(entry.type)); in GetEntryName()96 static const char *GetEntryName(EntryType type);
93 log->Printf(" %s [%" PRIu64 "]: %" PRIx64, GetEntryName(*I), I->type, in DumpToLog()98 const char *AuxVector::GetEntryName(EntryType type) { in GetEntryName() function in AuxVector