Searched refs:ChildIt (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DGenericDomTree.h628 typename DomTreeNodeBase<NodeT>::const_iterator ChildIt = local
633 if (ChildIt == Node->end()) {
638 const DomTreeNodeBase<NodeT> *Child = *ChildIt;
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp306 object::Archive::child_iterator ChildIt = A->findSym(Name); local
307 if (ChildIt != A->child_end()) {
310 ChildIt->getAsBinary();

Completed in 66 milliseconds