HomeSort by relevance Sort by last modified time
    Searched refs:getCGRecordLayout (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTypes.h 146 const CGRecordLayout &getCGRecordLayout(const RecordDecl*);
CodeGenTypes.cpp 686 /// getCGRecordLayout - Return record layout info for the given record decl.
688 CodeGenTypes::getCGRecordLayout(const RecordDecl *RD) {
727 return getCGRecordLayout(RD).isZeroInitializable();
CGRecordLayoutBuilder.cpp 128 return Types.getCGRecordLayout(RD).getBaseSubobjectLLVMType();
148 return Types.getCGRecordLayout(RD).isZeroInitializable();
    [all...]
CGExprConstant.cpp     [all...]
CGExpr.cpp     [all...]
CGClass.cpp 821 CGF.getTypes().getCGRecordLayout(FirstField->getParent());
    [all...]

Completed in 667 milliseconds