Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp57 UsedBytes.resize(SizeOf, true); in LayoutItemBase()
61 return UsedBytes.size() - UsedBytes.count(); in deepPaddingSize()
65 int Last = UsedBytes.find_last(); in tailPadding()
67 return UsedBytes.size() - (Last + 1); in tailPadding()
78 UsedBytes = UdtLayout->usedBytes(); in DataMemberLayoutItem()
113 UsedBytes.reset(0, Size); in UDTLayoutBase()
117 UsedBytes.resize(LayoutSize); in UDTLayoutBase()
162 UsedBytes.resize(1); in BaseClassLayout()
163 UsedBytes.set(0); in BaseClassLayout()
290 ChildBytes.resize(UsedBytes.size()); in addChildToLayout()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h50 const BitVector &usedBytes() const { return UsedBytes; } in usedBytes()
63 BitVector UsedBytes; variable
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp261 uint64_t UsedBytes = in formatMsfStreamBlocks() local
272 L -= UsedBytes; in formatMsfStreamBlocks()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTUScheduler.cpp260 std::atomic<size_t> UsedBytes; // Updated after writes. member in clang::clangd::TUScheduler::HeaderIncluderCache
300 UsedBytes.store(Usage, std::memory_order_release); in updateMemoryUsage()
341 return UsedBytes.load(std::memory_order_acquire); in getUsedBytes()