Home
last modified time | relevance | path

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

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