HomeSort by relevance Sort by last modified time
    Searched refs:StructAlignment (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/
TargetData.cpp 46 StructAlignment = 0;
60 StructAlignment = std::max(TyAlign, StructAlignment);
67 if (StructAlignment == 0) StructAlignment = 1;
71 if ((StructSize & (StructAlignment-1)) != 0)
72 StructSize = TargetData::RoundUpAlignment(StructSize, StructAlignment);
  /external/llvm/include/llvm/Target/
TargetData.h 317 unsigned StructAlignment;
331 return StructAlignment;

Completed in 61 milliseconds