Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h267 uint64_t offsetInBits, uint32_t AlignInBits,
273 uint64_t offsetInBits, llvm::DIFile *tunit,
276 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
H A DCGDebugInfo.cpp1241 AccessSpecifier AS, uint64_t offsetInBits, in createFieldType() argument
1261 offsetInBits, flags, debugType); in createFieldType()
4050 uint64_t offsetInBits = Chunk.OffsetInBits; in EmitDeclareOfBlockLiteralArgVariable() local
4065 offsetInBits, tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable()
4082 PtrInfo.Width, Align, offsetInBits, in EmitDeclareOfBlockLiteralArgVariable()
4087 offsetInBits, Align, tunit, tunit); in EmitDeclareOfBlockLiteralArgVariable()
H A DCGExpr.cpp3831 auto offsetInBits = recLayout.getFieldOffset(field->getFieldIndex()); in emitAddrOfFieldStorage() local
3832 offset = CGF.getContext().toCharUnitsFromBits(offsetInBits); in emitAddrOfFieldStorage()
H A DCGObjCMac.cpp5108 auto offsetInBits = recLayout->getFieldOffset(field->getFieldIndex()); in visitRecord() local
5109 return CGM.getContext().toCharUnitsFromBits(offsetInBits); in visitRecord()