Home
last modified time | relevance | path

Searched refs:UsedBytes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp56 UsedBytes.resize(SizeOf, true); in LayoutItemBase()
60 return UsedBytes.size() - UsedBytes.count(); in deepPaddingSize()
64 int Last = UsedBytes.find_last(); in tailPadding()
66 return UsedBytes.size() - (Last + 1); in tailPadding()
77 UsedBytes = UdtLayout->usedBytes(); in DataMemberLayoutItem()
112 UsedBytes.reset(0, Size); in UDTLayoutBase()
116 UsedBytes.resize(LayoutSize); in UDTLayoutBase()
161 UsedBytes.resize(1); in BaseClassLayout()
162 UsedBytes.set(0); in BaseClassLayout()
252 uint32_t Offset = UsedBytes.find_last() + 1; in initializeChildren()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h53 const BitVector &usedBytes() const { return UsedBytes; } in usedBytes()
66 BitVector UsedBytes; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp260 uint64_t UsedBytes = in formatMsfStreamBlocks() local
271 L -= UsedBytes; in formatMsfStreamBlocks()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1862 SourceLocation::UIntTy UsedBytes = in updateSlocUsageStats() local
1864 MaxUsedSLocBytes.updateMax(UsedBytes); in updateSlocUsageStats()