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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h107 unsigned NextChildIndex = 0; member in struct:llvm::object::ExportEntry::NodeState
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2992 State.NextChildIndex = 0;
3000 while (Stack.back().NextChildIndex < Stack.back().ChildCount) {
3010 " for child #" + Twine((int)Top.NextChildIndex) +
3034 Top.NextChildIndex += 1;
3076 if (Top.NextChildIndex < Top.ChildCount) {

Completed in 118 milliseconds