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

/external/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h69 size_t getTotalMemory() const;
H A DHeaderSearch.h587 size_t getTotalMemory() const;
H A DPreprocessingRecord.h374 size_t getTotalMemory() const;
H A DPreprocessor.h1109 size_t getTotalMemory() const;
/external/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp120 size_t PPConditionalDirectiveRecord::getTotalMemory() const { function in class:PPConditionalDirectiveRecord
H A DPreprocessor.cpp250 llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total";
252 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory();
276 size_t Preprocessor::getTotalMemory() const { function in class:Preprocessor
277 return BP.getTotalMemory()
H A DPreprocessingRecord.cpp481 size_t PreprocessingRecord::getTotalMemory() const { function in class:PreprocessingRecord
482 return BumpAlloc.getTotalMemory()
H A DHeaderSearch.cpp920 size_t HeaderSearch::getTotalMemory() const { function in class:HeaderSearch
924 + LookupFileCache.getAllocator().getTotalMemory()
925 + FrameworkMap.getAllocator().getTotalMemory();
/external/llvm/include/llvm/Support/
H A DAllocator.h182 size_t getTotalMemory() const;
/external/llvm/lib/Support/
H A DAllocator.cpp147 size_t BumpPtrAllocator::getTotalMemory() const { function in class:llvm::BumpPtrAllocator
/external/clang/lib/Basic/
H A DIdentifierTable.cpp516 size_t SelectorTable::getTotalMemory() const { function in class:clang::MultiKeywordSelector::SelectorTable
518 return SelTabImpl.Allocator.getTotalMemory();
/external/clang/include/clang/Basic/
H A DIdentifierTable.h741 size_t getTotalMemory() const;
H A DSourceManager.h1369 return ContentCacheAlloc.getTotalMemory();
/external/clang/tools/libclang/
H A DCIndex.cpp6345 (unsigned long) astContext.Idents.getAllocator().getTotalMemory());
6349 (unsigned long) astContext.Selectors.getTotalMemory());
6359 completionBytes = completionAllocator->getTotalMemory();
6402 pp.getTotalMemory());
6407 pRec->getTotalMemory());
6412 pp.getHeaderSearchInfo().getTotalMemory());
/external/clang/include/clang/AST/
H A DASTContext.h472 return BumpAlloc.getTotalMemory();

Completed in 281 milliseconds