Searched refs:offsetInBits (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 309 uint64_t offsetInBits, uint32_t AlignInBits, 316 uint64_t offsetInBits, llvm::DIFile *tunit, 319 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
|
| H A D | CGDebugInfo.cpp | 1462 uint64_t offsetInBits, uint32_t AlignInBits, llvm::DIFile *tunit, in createFieldType() argument 1481 offsetInBits, flags, debugType, Annotations); in createFieldType() 4914 uint64_t offsetInBits = Chunk.OffsetInBits; in EmitDeclareOfBlockLiteralArgVariable() local 4929 offsetInBits, tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable() 4946 PtrInfo.Width, Align, offsetInBits, in EmitDeclareOfBlockLiteralArgVariable() 4951 offsetInBits, Align, tunit, tunit); in EmitDeclareOfBlockLiteralArgVariable()
|
| H A D | CGObjCMac.cpp | 5317 auto offsetInBits = recLayout->getFieldOffset(field->getFieldIndex()); in visitRecord() local 5318 return CGM.getContext().toCharUnitsFromBits(offsetInBits); in visitRecord()
|