HomeSort by: relevance | last modified time | path
    Searched defs:LayoutSize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
UDTLayout.h 49 uint32_t getLayoutSize() const { return LayoutSize; }
68 uint32_t LayoutSize = 0;
155 bool isEmptyBase() { return SizeOf == 1 && LayoutSize == 0; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 312 CharUnits LayoutSize = Layout.getSize();
325 if (LayoutSize < getSize(FieldType))
326 FieldType = getByteArrayType(LayoutSize);
360 return appendPaddingBytes(LayoutSize);
363 if (LayoutSize < getSize(StorageType))
364 StorageType = getByteArrayType(LayoutSize);
366 appendPaddingBytes(LayoutSize - getSize(StorageType));
368 if (LayoutSize % getAlignment(StorageType))

Completed in 57 milliseconds