Searched refs:getCGRecordLayout (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenTypes.h146 const CGRecordLayout &getCGRecordLayout(const RecordDecl*);
H A DCodeGenTypes.cpp686 /// getCGRecordLayout - Return record layout info for the given record decl.
688 CodeGenTypes::getCGRecordLayout(const RecordDecl *RD) { function in class:CodeGenTypes
727 return getCGRecordLayout(RD).isZeroInitializable();
H A DCGRecordLayoutBuilder.cpp128 return Types.getCGRecordLayout(RD).getBaseSubobjectLLVMType();
148 return Types.getCGRecordLayout(RD).isZeroInitializable();
H A DCGExprConstant.cpp1336 const CGRecordLayout &layout = CGM.getTypes().getCGRecordLayout(record);
1411 const CGRecordLayout &baseLayout = CGM.getTypes().getCGRecordLayout(base);
H A DCGExpr.cpp2523 CGM.getTypes().getCGRecordLayout(field->getParent());
2563 unsigned idx = CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field);
2641 CGM.getTypes().getCGRecordLayout(Field->getParent());
H A DCGClass.cpp821 CGF.getTypes().getCGRecordLayout(FirstField->getParent());

Completed in 465 milliseconds