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

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 158 /// AppendField - Appends a field with the given offset and type.
159 void AppendField(CharUnits fieldOffset, llvm::Type *FieldTy);
491 AppendField(fieldOffsetInBytes, Ty);
572 AppendField(CharUnits::Zero(), unionType);
610 AppendField(baseOffset, subobjectType);
733 AppendField(CharUnits::Zero(), VTableTy->getPointerTo());
758 AppendField(VBPtrOffset, Vbptr);
884 void CGRecordLayoutBuilder::AppendField(CharUnits fieldOffset,
    [all...]
CGExprConstant.cpp 59 void AppendField(const FieldDecl *Field, uint64_t FieldOffset,
109 AppendField(const FieldDecl *Field, uint64_t FieldOffset,
420 AppendField(*Field, Layout.getFieldOffset(FieldNo), EltInit);
515 AppendField(*Field, Layout.getFieldOffset(FieldNo) + OffsetBits, EltInit);
    [all...]

Completed in 40 milliseconds