Searched refs:offsetInBits (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 351 uint64_t offsetInBits, uint32_t AlignInBits, 358 uint64_t offsetInBits, llvm::DIFile *tunit, 361 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
|
| H A D | CGDebugInfo.cpp | 1875 uint64_t offsetInBits, uint32_t AlignInBits, llvm::DIFile *tunit, in createFieldType() argument 1894 offsetInBits, flags, debugType, Annotations); in createFieldType() 5535 uint64_t offsetInBits = Chunk.OffsetInBits; in EmitDeclareOfBlockLiteralArgVariable() local 5550 offsetInBits, tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable() 5567 PtrInfo.Width, Align, offsetInBits, in EmitDeclareOfBlockLiteralArgVariable() 5572 offsetInBits, Align, tunit, tunit); in EmitDeclareOfBlockLiteralArgVariable()
|
| H A D | CGObjCMac.cpp | 5199 auto offsetInBits = in visitRecord() local 5201 return CGM.getContext().toCharUnitsFromBits(offsetInBits); in visitRecord()
|