Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DExegesisEmitter.cpp94 for (auto &NameAndIndex : PfmCounterNameTable) in collectPfmCounters() local
95 NameAndIndex.second = Index++; in collectPfmCounters()
193 for (const auto &NameAndIndex : PfmCounterNameTable) in emitPfmCounters() local
194 OS << " \"" << NameAndIndex.first << "\", // " << NameAndIndex.second in emitPfmCounters()