Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp77 if (Item->getLayoutSize() > 0) { in start()
78 uint32_t Prev = RelativeOffset + Item->getLayoutSize() - 1; in start()
122 uint32_t Size = Layout.isEmptyBase() ? 1 : Layout.getLayoutSize(); in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h51 uint32_t getLayoutSize() const { return LayoutSize; } in getLayoutSize() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp138 uint32_t End = Begin + LI->getLayoutSize(); in ClassLayout()