Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-readobj/
DObjDumper.cpp60 std::map<unsigned, bool> SecIndices; in getSectionRefsByNameOrIndex() local
64 SecIndices.emplace(SecIndex, false); in getSectionRefsByNameOrIndex()
75 auto IndexIt = SecIndices.find(SecIndex); in getSectionRefsByNameOrIndex()
76 if (IndexIt != SecIndices.end()) in getSectionRefsByNameOrIndex()
78 if (NameIt != SecNames.end() || IndexIt != SecIndices.end()) in getSectionRefsByNameOrIndex()
89 for (std::pair<unsigned, bool> S : SecIndices) in getSectionRefsByNameOrIndex()