Searched refs:offsetInBits (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 321 uint64_t offsetInBits, uint32_t AlignInBits, 328 uint64_t offsetInBits, llvm::DIFile *tunit, 331 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
|
| H A D | CGDebugInfo.cpp | 1609 uint64_t offsetInBits, uint32_t AlignInBits, llvm::DIFile *tunit, in createFieldType() argument 1628 offsetInBits, flags, debugType, Annotations); in createFieldType() 5137 uint64_t offsetInBits = Chunk.OffsetInBits; in EmitDeclareOfBlockLiteralArgVariable() local 5152 offsetInBits, tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable() 5169 PtrInfo.Width, Align, offsetInBits, in EmitDeclareOfBlockLiteralArgVariable() 5174 offsetInBits, Align, tunit, tunit); in EmitDeclareOfBlockLiteralArgVariable()
|
| H A D | CGObjCMac.cpp | 5286 auto offsetInBits = recLayout->getFieldOffset(field->getFieldIndex()); in visitRecord() local 5287 return CGM.getContext().toCharUnitsFromBits(offsetInBits); in visitRecord()
|