Searched refs:offsetInBits (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 326 uint64_t offsetInBits, uint32_t AlignInBits, 333 uint64_t offsetInBits, llvm::DIFile *tunit, 336 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
|
| H A D | CGDebugInfo.cpp | 1713 uint64_t offsetInBits, uint32_t AlignInBits, llvm::DIFile *tunit, in createFieldType() argument 1732 offsetInBits, flags, debugType, Annotations); in createFieldType() 5272 uint64_t offsetInBits = Chunk.OffsetInBits; in EmitDeclareOfBlockLiteralArgVariable() local 5287 offsetInBits, tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable() 5304 PtrInfo.Width, Align, offsetInBits, in EmitDeclareOfBlockLiteralArgVariable() 5309 offsetInBits, Align, tunit, tunit); in EmitDeclareOfBlockLiteralArgVariable()
|
| H A D | CGObjCMac.cpp | 5293 auto offsetInBits = recLayout->getFieldOffset(field->getFieldIndex()); in visitRecord() local 5294 return CGM.getContext().toCharUnitsFromBits(offsetInBits); in visitRecord()
|