Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DExegesisEmitter.cpp92 for (auto &NameAndIndex : PfmCounterNameTable) in collectPfmCounters() local
93 NameAndIndex.second = Index++; in collectPfmCounters()
148 for (const auto &NameAndIndex : PfmCounterNameTable) in emitPfmCounters() local
149 OS << " \"" << NameAndIndex.first << "\", // " << NameAndIndex.second in emitPfmCounters()