Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DObjDumper.cpp106 std::map<unsigned, bool> SecIndices; in getSectionRefsByNameOrIndex() local
110 SecIndices.emplace(SecIndex, false); in getSectionRefsByNameOrIndex()
121 auto IndexIt = SecIndices.find(SecIndex); in getSectionRefsByNameOrIndex()
122 if (IndexIt != SecIndices.end()) in getSectionRefsByNameOrIndex()
124 if (NameIt != SecNames.end() || IndexIt != SecIndices.end()) in getSectionRefsByNameOrIndex()
135 for (std::pair<unsigned, bool> S : SecIndices) in getSectionRefsByNameOrIndex()