Searched refs:getTotalMemory (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h68 size_t getTotalMemory() const;
H A DHeaderSearch.h744 size_t getTotalMemory() const;
H A DPreprocessingRecord.h410 size_t getTotalMemory() const;
H A DPreprocessor.h1862 size_t getTotalMemory() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp117 size_t PPConditionalDirectiveRecord::getTotalMemory() const { function in class:PPConditionalDirectiveRecord
H A DPreprocessingRecord.cpp510 size_t PreprocessingRecord::getTotalMemory() const { function in class:PreprocessingRecord
511 return BumpAlloc.getTotalMemory()
H A DPreprocessor.cpp293 llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total";
295 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory();
325 size_t Preprocessor::getTotalMemory() const { function in class:Preprocessor
326 return BP.getTotalMemory()
H A DHeaderSearch.cpp1332 size_t HeaderSearch::getTotalMemory() const { function in class:HeaderSearch
1336 + LookupFileCache.getAllocator().getTotalMemory()
1337 + FrameworkMap.getAllocator().getTotalMemory();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h274 size_t getTotalMemory() const { function in class:llvm::BumpPtrAllocatorImpl
291 getTotalMemory());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp655 size_t SelectorTable::getTotalMemory() const { function in class:clang::SelectorTable
657 return SelTabImpl.Allocator.getTotalMemory();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h854 size_t getTotalMemory() const;
H A DSourceManager.h1533 return ContentCacheAlloc.getTotalMemory();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h638 return BumpAlloc.getTotalMemory();

Completed in 131 milliseconds