Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h69 size_t getTotalMemory() const;
H A DPreprocessingRecord.h411 size_t getTotalMemory() const;
H A DHeaderSearch.h724 size_t getTotalMemory() const;
H A DPreprocessor.h1724 size_t getTotalMemory() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp283 llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total"; in PrintStats()
285 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory(); in PrintStats()
315 size_t Preprocessor::getTotalMemory() const { in getTotalMemory() function in Preprocessor
316 return BP.getTotalMemory() in getTotalMemory()
H A DPPConditionalDirectiveRecord.cpp120 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 DHeaderSearch.cpp1270 size_t HeaderSearch::getTotalMemory() const { in getTotalMemory() function in HeaderSearch
1274 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory()
1275 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DAllocator.h341 size_t getTotalMemory() const { in getTotalMemory() function
358 getTotalMemory()); in PrintStats()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp630 size_t SelectorTable::getTotalMemory() const { in getTotalMemory() function in SelectorTable
632 return SelTabImpl.Allocator.getTotalMemory(); in getTotalMemory()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DIdentifierTable.h837 size_t getTotalMemory() const;
H A DSourceManager.h1505 return ContentCacheAlloc.getTotalMemory(); in getContentCacheSize()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h680 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()