Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h109 unsigned ChildCount = 0; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3116 State.ChildCount = *Children; in pushNode()
3117 if (State.ChildCount != 0 && Children + 1 >= Trie.end()) { in pushNode()
3134 while (Stack.back().NextChildIndex < Stack.back().ChildCount) { in pushDownUntilBottom()
3210 if (Top.NextChildIndex < Top.ChildCount) { in moveNext()