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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h106 unsigned ChildCount = 0; member in struct:llvm::object::ExportEntry::NodeState
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2982 State.ChildCount = *Children;
2983 if (State.ChildCount != 0 && Children + 1 >= Trie.end()) {
3000 while (Stack.back().NextChildIndex < Stack.back().ChildCount) {
3076 if (Top.NextChildIndex < Top.ChildCount) {

Completed in 101 milliseconds