Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGBlocks.cpp2083 unsigned CurrentOffsetInBytes = 4 * 2; in BuildByRefType() local
2092 CurrentOffsetInBytes += noPointers * CGM.getDataLayout().getTypeAllocSize(Int8PtrTy); in BuildByRefType()
2096 llvm::RoundUpToAlignment(CurrentOffsetInBytes, Align.getQuantity()); in BuildByRefType()
2098 unsigned NumPaddingBytes = AlignedOffsetInBytes - CurrentOffsetInBytes; in BuildByRefType()