Searched defs:offsetInBits (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp895 SourceLocation loc, AccessSpecifier AS, uint64_t offsetInBits,
916 AlignInBits, offsetInBits, flags, debugType);
3225 uint64_t offsetInBits = i->OffsetInBits; local
3235 offsetInBits, tunit, tunit));
3252 PtrInfo.Align, offsetInBits, 0, fieldType);
3255 offsetInBits, tunit, tunit);
893 createFieldType( StringRef name, QualType type, uint64_t sizeInBitsOverride, SourceLocation loc, AccessSpecifier AS, uint64_t offsetInBits, llvm::DIFile *tunit, llvm::DIScope *scope, const RecordDecl *RD) argument
H A DCGExpr.cpp3094 auto offsetInBits = recLayout.getFieldOffset(field->getFieldIndex()); local
3095 offset = CGF.getContext().toCharUnitsFromBits(offsetInBits);

Completed in 205 milliseconds