Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp162 auto ContextIter = Contexts.find(&Key); in getChildDeclContext() local
164 if (ContextIter == Contexts.end()) { in getChildDeclContext()
170 std::tie(ContextIter, Inserted) = Contexts.insert(NewContext); in getChildDeclContext()
174 !(*ContextIter)->setLastSeenDIE(U, DIE)) { in getChildDeclContext()
177 return PointerIntPair<DeclContext *, 1>(*ContextIter, /* IntVal= */ 1); in getChildDeclContext()
180 assert(ContextIter != Contexts.end()); in getChildDeclContext()
187 return PointerIntPair<DeclContext *, 1>(*ContextIter, /* IntVal= */ 1); in getChildDeclContext()
189 return PointerIntPair<DeclContext *, 1>(*ContextIter); in getChildDeclContext()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp452 for (auto ContextIter = in computeFunctionSummary() local
454 ContextIter != StackContext.end(); ++ContextIter) { in computeFunctionSummary()
455 unsigned StackIdIdx = Index.addOrGetStackIdIndex(*ContextIter); in computeFunctionSummary()