Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/
HDPerThreadBumpPtrAllocator.h76 size_t getTotalMemory() const { in getTotalMemory() function
80 TotalMemory += Allocators[Idx].getTotalMemory(); in getTotalMemory()
HDAllocator.h286 size_t getTotalMemory() const { in getTotalMemory() function
303 getTotalMemory()); in PrintStats()
/freebsd-head/contrib/llvm-project/clang/include/clang/Lex/
HDPPConditionalDirectiveRecord.h68 size_t getTotalMemory() const;
HDPreprocessingRecord.h410 size_t getTotalMemory() const;
HDHeaderSearch.h927 size_t getTotalMemory() const;
HDPreprocessor.h2232 size_t getTotalMemory() const;
/freebsd-head/contrib/llvm-project/clang/lib/Lex/
HDPPConditionalDirectiveRecord.cpp139 size_t PPConditionalDirectiveRecord::getTotalMemory() const { in getTotalMemory() function in PPConditionalDirectiveRecord
HDPreprocessingRecord.cpp515 size_t PreprocessingRecord::getTotalMemory() const { in getTotalMemory() function in PreprocessingRecord
516 return BumpAlloc.getTotalMemory() in getTotalMemory()
HDPreprocessor.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()
HDHeaderSearch.cpp1589 size_t HeaderSearch::getTotalMemory() const { in getTotalMemory() function in HeaderSearch
1593 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory()
1594 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
/freebsd-head/contrib/llvm-project/clang/lib/Basic/
HDIdentifierTable.cpp750 size_t SelectorTable::getTotalMemory() const { in getTotalMemory() function in SelectorTable
752 return SelTabImpl.Allocator.getTotalMemory(); in getTotalMemory()
/freebsd-head/contrib/llvm-project/lldb/source/Utility/
HDConstString.cpp170 stats.bytes_total += alloc.getTotalMemory(); in GetMemoryStats()
/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/
HDDisasm.cpp141 OS << "Total memory : " << Allocator.getTotalMemory() << " bytes\n"; in dump()
/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDIdentifierTable.h1147 size_t getTotalMemory() const;
HDSourceManager.h1608 return ContentCacheAlloc.getTotalMemory(); in getContentCacheSize()
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h768 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()