Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp54 UsedBytes.resize(SizeOf, true); in LayoutItemBase()
58 return UsedBytes.size() - UsedBytes.count(); in deepPaddingSize()
62 int Last = UsedBytes.find_last(); in tailPadding()
64 return UsedBytes.size() - (Last + 1); in tailPadding()
75 UsedBytes = UdtLayout->usedBytes(); in DataMemberLayoutItem()
110 UsedBytes.reset(0, Size); in UDTLayoutBase()
114 UsedBytes.resize(LayoutSize); in UDTLayoutBase()
159 UsedBytes.resize(1); in BaseClassLayout()
160 UsedBytes.set(0); in BaseClassLayout()
250 uint32_t Offset = UsedBytes.find_last() + 1; in initializeChildren()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp54 UsedBytes.resize(SizeOf, true); in LayoutItemBase()
58 return UsedBytes.size() - UsedBytes.count(); in deepPaddingSize()
62 int Last = UsedBytes.find_last(); in tailPadding()
64 return UsedBytes.size() - (Last + 1); in tailPadding()
75 UsedBytes = UdtLayout->usedBytes(); in DataMemberLayoutItem()
110 UsedBytes.reset(0, Size); in UDTLayoutBase()
114 UsedBytes.resize(LayoutSize); in UDTLayoutBase()
159 UsedBytes.resize(1); in BaseClassLayout()
160 UsedBytes.set(0); in BaseClassLayout()
250 uint32_t Offset = UsedBytes.find_last() + 1; in initializeChildren()
[all …]
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h51 const BitVector &usedBytes() const { return UsedBytes; } in usedBytes()
64 BitVector UsedBytes; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h51 const BitVector &usedBytes() const { return UsedBytes; } in usedBytes()
64 BitVector UsedBytes; variable
/external/llvm-project/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp255 uint32_t UsedBytes = std::min(L, File.getBlockSize()); in formatMsfStreamBlocks() local
265 L -= UsedBytes; in formatMsfStreamBlocks()