Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp2084 unsigned CurrentOffsetInBytes = 4 * 2; in BuildByRefType() local
2093 CurrentOffsetInBytes += noPointers * CGM.getDataLayout().getTypeAllocSize(Int8PtrTy); in BuildByRefType()
2097 llvm::RoundUpToAlignment(CurrentOffsetInBytes, Align.getQuantity()); in BuildByRefType()
2099 unsigned NumPaddingBytes = AlignedOffsetInBytes - CurrentOffsetInBytes; in BuildByRefType()