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.h107 unsigned ChildCount = 0; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3117 State.ChildCount = *Children; in pushNode()
3118 if (State.ChildCount != 0 && Children + 1 >= Trie.end()) { in pushNode()
3135 while (Stack.back().NextChildIndex < Stack.back().ChildCount) { in pushDownUntilBottom()
3211 if (Top.NextChildIndex < Top.ChildCount) { in moveNext()