Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp108 std::map<unsigned, bool> SecIndices; in getSectionRefsByNameOrIndex() local
112 SecIndices.emplace(SecIndex, false); in getSectionRefsByNameOrIndex()
123 auto IndexIt = SecIndices.find(SecIndex); in getSectionRefsByNameOrIndex()
124 if (IndexIt != SecIndices.end()) in getSectionRefsByNameOrIndex()
126 if (NameIt != SecNames.end() || IndexIt != SecIndices.end()) in getSectionRefsByNameOrIndex()
137 for (std::pair<unsigned, bool> S : SecIndices) in getSectionRefsByNameOrIndex()