Home
last modified time | relevance | path

Searched refs:ValidationEventInfo (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DValidationEvent.cpp12 struct ValidationEventInfo { struct
19 static constexpr ValidationEventInfo ValidationEventInfos[] = {
31 NumValidationEvents * sizeof(ValidationEventInfo),
45 for (const ValidationEventInfo &Info : ValidationEventInfos) { in getValidationEventByName()