HomeSort by: relevance | last modified time | path
    Searched refs:getLayoutSize (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyClassLayoutGraphicalDumper.cpp 77 if (Item->getLayoutSize() > 0) {
78 uint32_t Prev = RelativeOffset + Item->getLayoutSize() - 1;
122 uint32_t Size = Layout.isEmptyBase() ? 1 : Layout.getLayoutSize();
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
UDTLayout.h 49 uint32_t getLayoutSize() const { return LayoutSize; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
UDTLayout.cpp 136 uint32_t End = Begin + LI->getLayoutSize();

Completed in 88 milliseconds