Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-pdbutil/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h49 uint32_t getLayoutSize() const { return LayoutSize; } in getLayoutSize() function
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h49 uint32_t getLayoutSize() const { return LayoutSize; } in getLayoutSize() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp136 uint32_t End = Begin + LI->getLayoutSize(); in ClassLayout()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp136 uint32_t End = Begin + LI->getLayoutSize(); in ClassLayout()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h158 static uint32_t getLayoutSize() { return 2 + sizeof(Layout); } in getLayoutSize() function
277 static uint32_t getLayoutSize() { return 2 + sizeof(Layout); } in getLayoutSize() function