Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp123 auto IndexIt = SecIndices.find(SecIndex); in getSectionRefsByNameOrIndex() local
124 if (IndexIt != SecIndices.end()) in getSectionRefsByNameOrIndex()
125 IndexIt->second = true; in getSectionRefsByNameOrIndex()
126 if (NameIt != SecNames.end() || IndexIt != SecIndices.end()) in getSectionRefsByNameOrIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1208 auto IndexIt = RefSCCIndices.find(&RC); in getRefSCCIndex() local
1209 assert(IndexIt != RefSCCIndices.end() && "RefSCC doesn't have an index!"); in getRefSCCIndex()
1210 assert(PostOrderRefSCCs[IndexIt->second] == &RC && in getRefSCCIndex()
1212 return IndexIt->second; in getRefSCCIndex()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp353 auto IndexIt = SCCIndices.find(C); in verify() local
354 assert(IndexIt != SCCIndices.end() && in verify()