Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h69 size_t getTotalMemory() const;
H A DHeaderSearch.h623 size_t getTotalMemory() const;
H A DPreprocessingRecord.h377 size_t getTotalMemory() const;
H A DPreprocessor.h1212 size_t getTotalMemory() const;
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp263 llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total"; in PrintStats()
265 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory(); in PrintStats()
289 size_t Preprocessor::getTotalMemory() const { in getTotalMemory() function in Preprocessor
290 return BP.getTotalMemory() in getTotalMemory()
H A DPPConditionalDirectiveRecord.cpp120 size_t PPConditionalDirectiveRecord::getTotalMemory() const { in getTotalMemory() function in PPConditionalDirectiveRecord
H A DPreprocessingRecord.cpp485 size_t PreprocessingRecord::getTotalMemory() const { in getTotalMemory() function in PreprocessingRecord
486 return BumpAlloc.getTotalMemory() in getTotalMemory()
H A DHeaderSearch.cpp1055 size_t HeaderSearch::getTotalMemory() const { in getTotalMemory() function in HeaderSearch
1059 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory()
1060 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DAllocator.h260 size_t getTotalMemory() const { in getTotalMemory() function
271 getTotalMemory()); in PrintStats()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp580 size_t SelectorTable::getTotalMemory() const { in getTotalMemory() function in SelectorTable
582 return SelTabImpl.Allocator.getTotalMemory(); in getTotalMemory()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h750 size_t getTotalMemory() const;
H A DSourceManager.h1384 return ContentCacheAlloc.getTotalMemory(); in getContentCacheSize()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6875 (unsigned long) astContext.Idents.getAllocator().getTotalMemory()); in clang_getCXTUResourceUsage()
6879 (unsigned long) astContext.Selectors.getTotalMemory()); in clang_getCXTUResourceUsage()
6889 completionBytes = completionAllocator->getTotalMemory(); in clang_getCXTUResourceUsage()
6932 pp.getTotalMemory()); in clang_getCXTUResourceUsage()
6937 pRec->getTotalMemory()); in clang_getCXTUResourceUsage()
6942 pp.getHeaderSearchInfo().getTotalMemory()); in clang_getCXTUResourceUsage()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h497 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()