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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp281 BitVector ChildBytes = Child->usedBytes(); local
284 // class. When we call ChildBytes.resize(32), the Child's storage will
287 ChildBytes.resize(UsedBytes.size());
288 ChildBytes <<= Child->getOffsetInParent();
289 UsedBytes |= ChildBytes;
291 if (ChildBytes.count() > 0) {

Completed in 101 milliseconds