Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp77 int SectionCounter = 0; in fillSectionInformation() local
108 ++SectionCounter; in fillSectionInformation()
114 for (int I = 0; I < SectionCounter; ++I) { in fillSectionInformation()
117 return SectionCounter; in fillSectionInformation()