Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DPreprocessor.cpp251 llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total"; in PrintStats()
253 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory(); in PrintStats()
277 size_t Preprocessor::getTotalMemory() const { in getTotalMemory() function in Preprocessor
278 return BP.getTotalMemory() in getTotalMemory()
DPPConditionalDirectiveRecord.cpp120 size_t PPConditionalDirectiveRecord::getTotalMemory() const { in getTotalMemory() function in PPConditionalDirectiveRecord
DPreprocessingRecord.cpp481 size_t PreprocessingRecord::getTotalMemory() const { in getTotalMemory() function in PreprocessingRecord
482 return BumpAlloc.getTotalMemory() in getTotalMemory()
DHeaderSearch.cpp941 size_t HeaderSearch::getTotalMemory() const { in getTotalMemory() function in HeaderSearch
945 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory()
946 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPPConditionalDirectiveRecord.h69 size_t getTotalMemory() const;
DHeaderSearch.h587 size_t getTotalMemory() const;
DPreprocessingRecord.h374 size_t getTotalMemory() const;
DPreprocessor.h1104 size_t getTotalMemory() const;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DIdentifierTable.cpp509 size_t SelectorTable::getTotalMemory() const { in getTotalMemory() function in SelectorTable
511 return SelTabImpl.Allocator.getTotalMemory(); in getTotalMemory()
/freebsd-10-stable/contrib/llvm/lib/Support/
DAllocator.cpp151 size_t BumpPtrAllocator::getTotalMemory() const { in getTotalMemory() function in llvm::BumpPtrAllocator
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DAllocator.h183 size_t getTotalMemory() const;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DIdentifierTable.h742 size_t getTotalMemory() const;
DSourceManager.h1383 return ContentCacheAlloc.getTotalMemory(); in getContentCacheSize()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h481 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()