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

/external/clang/lib/CodeGen/
H A DCodeGenTypes.h149 const CGRecordLayout &getCGRecordLayout(const RecordDecl*);
H A DCodeGenTypes.cpp689 /// getCGRecordLayout - Return record layout info for the given record decl.
691 CodeGenTypes::getCGRecordLayout(const RecordDecl *RD) { function in class:CodeGenTypes
730 return getCGRecordLayout(RD).isZeroInitializable();
H A DCGRecordLayoutBuilder.cpp564 const CGRecordLayout &baseLayout = Types.getCGRecordLayout(base);
585 const CGRecordLayout &baseLayout = Types.getCGRecordLayout(base);
943 const CGRecordLayout &Layout = Types.getCGRecordLayout(RD);
H A DCGExprConstant.cpp1350 const CGRecordLayout &layout = CGM.getTypes().getCGRecordLayout(record);
1430 const CGRecordLayout &baseLayout = CGM.getTypes().getCGRecordLayout(base);
H A DCGExpr.cpp2441 CGM.getTypes().getCGRecordLayout(field->getParent());
2481 unsigned idx = CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field);
2558 CGM.getTypes().getCGRecordLayout(Field->getParent());
H A DCGClass.cpp791 CGF.getTypes().getCGRecordLayout(FirstField->getParent());

Completed in 130 milliseconds