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

/external/clang/lib/CodeGen/
H A DCodeGenTypes.h144 const CGRecordLayout &getCGRecordLayout(const RecordDecl*);
H A DCodeGenTypes.cpp634 /// getCGRecordLayout - Return record layout info for the given record decl.
636 CodeGenTypes::getCGRecordLayout(const RecordDecl *RD) { function in class:CodeGenTypes
675 return getCGRecordLayout(RD).isZeroInitializable();
H A DCGRecordLayoutBuilder.cpp617 const CGRecordLayout &baseLayout = Types.getCGRecordLayout(base);
638 const CGRecordLayout &baseLayout = Types.getCGRecordLayout(base);
985 const CGRecordLayout &Layout = Types.getCGRecordLayout(RD);
H A DCGExprConstant.cpp1345 const CGRecordLayout &layout = CGM.getTypes().getCGRecordLayout(record);
1425 const CGRecordLayout &baseLayout = CGM.getTypes().getCGRecordLayout(base);
H A DCGExpr.cpp2003 CGM.getTypes().getCGRecordLayout(Field->getParent());
2055 unsigned idx = CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field);
2120 CGM.getTypes().getCGRecordLayout(Field->getParent());

Completed in 108 milliseconds