HomeSort by relevance Sort by last modified time
    Searched defs:StructSize (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
AuthVariableLib.h 176 UINTN StructSize;
196 UINTN StructSize;
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 316 uint64_t StructSize;
323 return StructSize;
327 return 8*StructSize;
  /external/llvm/include/llvm/IR/
DataLayout.h 474 uint64_t StructSize;
480 uint64_t getSizeInBytes() const { return StructSize; }
482 uint64_t getSizeInBits() const { return 8 * StructSize; }