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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.h146 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.cpp565 const CGRecordLayout &baseLayout = Types.getCGRecordLayout(base);
586 const CGRecordLayout &baseLayout = Types.getCGRecordLayout(base);
944 const CGRecordLayout &Layout = Types.getCGRecordLayout(RD);
H A DCGExprConstant.cpp1329 const CGRecordLayout &layout = CGM.getTypes().getCGRecordLayout(record);
1409 const CGRecordLayout &baseLayout = CGM.getTypes().getCGRecordLayout(base);
H A DCGExpr.cpp2475 CGM.getTypes().getCGRecordLayout(field->getParent());
2515 unsigned idx = CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field);
2593 CGM.getTypes().getCGRecordLayout(Field->getParent());
H A DCGClass.cpp816 CGF.getTypes().getCGRecordLayout(FirstField->getParent());

Completed in 62 milliseconds