| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | PerThreadBumpPtrAllocator.h | 76 size_t getTotalMemory() const { in getTotalMemory() function 80 TotalMemory += Allocators[Idx].getTotalMemory(); in getTotalMemory()
|
| H A D | Allocator.h | 289 size_t getTotalMemory() const { in getTotalMemory() function 306 getTotalMemory()); in PrintStats()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PPConditionalDirectiveRecord.h | 68 size_t getTotalMemory() const;
|
| H A D | PreprocessingRecord.h | 410 size_t getTotalMemory() const;
|
| H A D | HeaderSearch.h | 925 size_t getTotalMemory() const;
|
| H A D | Preprocessor.h | 2269 size_t getTotalMemory() const;
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPConditionalDirectiveRecord.cpp | 139 size_t PPConditionalDirectiveRecord::getTotalMemory() const { in getTotalMemory() function in PPConditionalDirectiveRecord
|
| H A D | PreprocessingRecord.cpp | 512 size_t PreprocessingRecord::getTotalMemory() const { in getTotalMemory() function in PreprocessingRecord 513 return BumpAlloc.getTotalMemory() in getTotalMemory()
|
| H A D | Preprocessor.cpp | 296 llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total"; in PrintStats() 298 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory(); in PrintStats() 328 size_t Preprocessor::getTotalMemory() const { in getTotalMemory() function in Preprocessor 329 return BP.getTotalMemory() in getTotalMemory()
|
| H A D | HeaderSearch.cpp | 1533 size_t HeaderSearch::getTotalMemory() const { in getTotalMemory() function in HeaderSearch 1537 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory() 1538 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 780 size_t SelectorTable::getTotalMemory() const { in getTotalMemory() function in SelectorTable 782 return SelTabImpl.Allocator.getTotalMemory(); in getTotalMemory()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ConstString.cpp | 170 stats.bytes_total += alloc.getTotalMemory(); in GetMemoryStats()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Disasm.cpp | 297 OS << "Total memory : " << Allocator.getTotalMemory() << " bytes\n"; in dump()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 1155 size_t getTotalMemory() const;
|
| H A D | SourceManager.h | 1619 return ContentCacheAlloc.getTotalMemory(); in getContentCacheSize()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 841 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 128 OS << "Total allocator memory = " << Allocator.getTotalMemory() << "\n\n"; in dumpAllocationStats()
|