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

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

Completed in 102 milliseconds