Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp55 UsedBytes.resize(SizeOf, true); in LayoutItemBase()
59 return UsedBytes.size() - UsedBytes.count(); in deepPaddingSize()
63 int Last = UsedBytes.find_last(); in tailPadding()
65 return UsedBytes.size() - (Last + 1); in tailPadding()
76 UsedBytes = UdtLayout->usedBytes(); in DataMemberLayoutItem()
111 UsedBytes.reset(0, Size); in UDTLayoutBase()
115 UsedBytes.resize(LayoutSize); in UDTLayoutBase()
160 UsedBytes.resize(1); in BaseClassLayout()
161 UsedBytes.set(0); in BaseClassLayout()
251 uint32_t Offset = UsedBytes.find_last() + 1; in initializeChildren()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h52 const BitVector &usedBytes() const { return UsedBytes; } in usedBytes()
65 BitVector UsedBytes; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp257 uint32_t UsedBytes = std::min(L, File.getBlockSize()); in formatMsfStreamBlocks() local
267 L -= UsedBytes; in formatMsfStreamBlocks()