Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp77 UsedBytes = UdtLayout->usedBytes(); in DataMemberLayoutItem()
283 BitVector ChildBytes = Child->usedBytes(); in addChildToLayout()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp44 const BitVector &UseMap = Layout.usedBytes(); in start()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h53 const BitVector &usedBytes() const { return UsedBytes; } in usedBytes() function