Searched defs:alignSource (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGValue.h373 AlignmentSource alignSource,
382 R.Initialize(type, qs, address.getAlignment(), alignSource, TBAAInfo);
387 QualType type, AlignmentSource alignSource) {
393 alignSource);
398 QualType type, AlignmentSource alignSource) {
404 alignSource);
417 AlignmentSource alignSource) {
422 R.Initialize(type, type.getQualifiers(), Addr.getAlignment(), alignSource);
371 MakeAddr(Address address, QualType type, ASTContext &Context, AlignmentSource alignSource, llvm::MDNode *TBAAInfo = nullptr) argument
386 MakeVectorElt(Address vecAddress, llvm::Value *Idx, QualType type, AlignmentSource alignSource) argument
397 MakeExtVectorElt(Address vecAddress, llvm::Constant *Elts, QualType type, AlignmentSource alignSource) argument
414 MakeBitfield(Address Addr, const CGBitFieldInfo &Info, QualType type, AlignmentSource alignSource) argument
H A DCGExprCXX.cpp1344 AlignmentSource alignSource; local
1345 allocation = EmitPointerWithAlignment(arg, &alignSource);
1350 if (alignSource != AlignmentSource::Decl) {
H A DCGClass.cpp132 AlignmentSource *alignSource) {
139 CharUnits memberAlign = getNaturalTypeAlignment(memberType, alignSource);
129 EmitCXXMemberDataPointerAddress(const Expr *E, Address base, llvm::Value *memberPtr, const MemberPointerType *memberPtrType, AlignmentSource *alignSource) argument
H A DCGExpr.cpp3547 AlignmentSource alignSource = local
3549 return MakeAddrLValue(result, expr->getType(), alignSource);

Completed in 554 milliseconds