Home | History | Annotate | Download | only in AST

Lines Matching defs:bytes

318   llvm::errs() << "Total bytes = " << TotalBytes << "\n";
2050 // FunctionProtoType objects are allocated with extra bytes after
3949 // Start with computing size of a pointer in number of bytes.
4040 // Start with computing size of a pointer in number of bytes.
6489 size_t bytes = 0;
6490 bytes += ASTRecordLayouts.getMemorySize();
6491 bytes += ObjCLayouts.getMemorySize();
6492 bytes += KeyFunctions.getMemorySize();
6493 bytes += ObjCImpls.getMemorySize();
6494 bytes += BlockVarCopyInits.getMemorySize();
6495 bytes += DeclAttrs.getMemorySize();
6496 bytes += InstantiatedFromStaticDataMember.getMemorySize();
6497 bytes += InstantiatedFromUsingDecl.getMemorySize();
6498 bytes += InstantiatedFromUsingShadowDecl.getMemorySize();
6499 bytes += InstantiatedFromUnnamedFieldDecl.getMemorySize();
6500 return bytes;