Searched refs:offsetInBits (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 308 uint64_t offsetInBits, uint32_t AlignInBits, 315 uint64_t offsetInBits, llvm::DIFile *tunit, 318 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
|
| H A D | CGDebugInfo.cpp | 1493 uint64_t offsetInBits, uint32_t AlignInBits, llvm::DIFile *tunit, in createFieldType() argument 1512 offsetInBits, flags, debugType, Annotations); in createFieldType() 4948 uint64_t offsetInBits = Chunk.OffsetInBits; in EmitDeclareOfBlockLiteralArgVariable() local 4963 offsetInBits, tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable() 4980 PtrInfo.Width, Align, offsetInBits, in EmitDeclareOfBlockLiteralArgVariable() 4985 offsetInBits, Align, tunit, tunit); in EmitDeclareOfBlockLiteralArgVariable()
|
| H A D | CGObjCMac.cpp | 5325 auto offsetInBits = recLayout->getFieldOffset(field->getFieldIndex()); in visitRecord() local 5326 return CGM.getContext().toCharUnitsFromBits(offsetInBits); in visitRecord()
|