Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h68 size_t getTotalMemory() const;
H A DPreprocessingRecord.h410 size_t getTotalMemory() const;
H A DHeaderSearch.h778 size_t getTotalMemory() const;
H A DPreprocessor.h1881 size_t getTotalMemory() const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAllocator.h276 size_t getTotalMemory() const { in getTotalMemory() function
293 getTotalMemory()); in PrintStats()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp117 size_t PPConditionalDirectiveRecord::getTotalMemory() const { in getTotalMemory() function in PPConditionalDirectiveRecord
H A DPreprocessingRecord.cpp510 size_t PreprocessingRecord::getTotalMemory() const { in getTotalMemory() function in PreprocessingRecord
511 return BumpAlloc.getTotalMemory() in getTotalMemory()
H A DPreprocessor.cpp289 llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total"; in PrintStats()
291 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory(); in PrintStats()
321 size_t Preprocessor::getTotalMemory() const { in getTotalMemory() function in Preprocessor
322 return BP.getTotalMemory() in getTotalMemory()
H A DHeaderSearch.cpp1352 size_t HeaderSearch::getTotalMemory() const { in getTotalMemory() function in HeaderSearch
1356 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory()
1357 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp691 size_t SelectorTable::getTotalMemory() const { in getTotalMemory() function in SelectorTable
693 return SelTabImpl.Allocator.getTotalMemory(); in getTotalMemory()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h855 size_t getTotalMemory() const;
H A DSourceManager.h1558 return ContentCacheAlloc.getTotalMemory(); in getContentCacheSize()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp8740 (unsigned long)astContext.Idents.getAllocator().getTotalMemory()); in clang_getCXTUResourceUsage()
8745 (unsigned long)astContext.Selectors.getTotalMemory()); in clang_getCXTUResourceUsage()
8756 completionBytes = completionAllocator->getTotalMemory(); in clang_getCXTUResourceUsage()
8796 pp.getTotalMemory()); in clang_getCXTUResourceUsage()
8801 pRec->getTotalMemory()); in clang_getCXTUResourceUsage()
8806 pp.getHeaderSearchInfo().getTotalMemory()); in clang_getCXTUResourceUsage()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h683 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()