Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h107 unsigned ChildCount = 0; member
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp3110 State.ChildCount = *Children; in pushNode()
3111 if (State.ChildCount != 0 && Children + 1 >= Trie.end()) { in pushNode()
3128 while (Stack.back().NextChildIndex < Stack.back().ChildCount) { in pushDownUntilBottom()
3204 if (Top.NextChildIndex < Top.ChildCount) { in moveNext()