Home
last modified time | relevance | path

Searched refs:getTotalMemory (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPerThreadBumpPtrAllocator.h76 size_t getTotalMemory() const { in getTotalMemory() function
80 TotalMemory += Allocators[Idx].getTotalMemory(); in getTotalMemory()
H A DAllocator.h286 size_t getTotalMemory() const { in getTotalMemory() function
303 getTotalMemory()); in PrintStats()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h68 size_t getTotalMemory() const;
H A DPreprocessingRecord.h410 size_t getTotalMemory() const;
H A DHeaderSearch.h927 size_t getTotalMemory() const;
H A DPreprocessor.h2232 size_t getTotalMemory() const;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp139 size_t PPConditionalDirectiveRecord::getTotalMemory() const { in getTotalMemory() function in PPConditionalDirectiveRecord
H A DPreprocessingRecord.cpp515 size_t PreprocessingRecord::getTotalMemory() const { in getTotalMemory() function in PreprocessingRecord
516 return BumpAlloc.getTotalMemory() in getTotalMemory()
H A DPreprocessor.cpp298 llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total"; in PrintStats()
300 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory(); in PrintStats()
330 size_t Preprocessor::getTotalMemory() const { in getTotalMemory() function in Preprocessor
331 return BP.getTotalMemory() in getTotalMemory()
H A DHeaderSearch.cpp1589 size_t HeaderSearch::getTotalMemory() const { in getTotalMemory() function in HeaderSearch
1593 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory()
1594 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp750 size_t SelectorTable::getTotalMemory() const { in getTotalMemory() function in SelectorTable
752 return SelTabImpl.Allocator.getTotalMemory(); in getTotalMemory()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp170 stats.bytes_total += alloc.getTotalMemory(); in GetMemoryStats()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDisasm.cpp141 OS << "Total memory : " << Allocator.getTotalMemory() << " bytes\n"; in dump()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h1147 size_t getTotalMemory() const;
H A DSourceManager.h1608 return ContentCacheAlloc.getTotalMemory(); in getContentCacheSize()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h768 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()