Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h68 size_t getTotalMemory() const;
H A DPreprocessingRecord.h407 size_t getTotalMemory() const;
H A DHeaderSearch.h884 size_t getTotalMemory() const;
H A DPreprocessor.h2208 size_t getTotalMemory() const;
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAllocator.h281 size_t getTotalMemory() const { in getTotalMemory() function
298 getTotalMemory()); in PrintStats()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp139 size_t PPConditionalDirectiveRecord::getTotalMemory() const { in getTotalMemory() function in PPConditionalDirectiveRecord
H A DPreprocessingRecord.cpp521 size_t PreprocessingRecord::getTotalMemory() const { in getTotalMemory() function in PreprocessingRecord
522 return BumpAlloc.getTotalMemory() in getTotalMemory()
H A DPreprocessor.cpp290 llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total"; in PrintStats()
292 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory(); in PrintStats()
322 size_t Preprocessor::getTotalMemory() const { in getTotalMemory() function in Preprocessor
323 return BP.getTotalMemory() in getTotalMemory()
H A DHeaderSearch.cpp1487 size_t HeaderSearch::getTotalMemory() const { in getTotalMemory() function in HeaderSearch
1491 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory()
1492 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp779 size_t SelectorTable::getTotalMemory() const { in getTotalMemory() function in SelectorTable
781 return SelTabImpl.Allocator.getTotalMemory(); in getTotalMemory()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DConstString.cpp167 stats.bytes_total += alloc.getTotalMemory(); in GetMemoryStats()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DIdentifierTable.h929 size_t getTotalMemory() const;
H A DSourceManager.h1582 return ContentCacheAlloc.getTotalMemory(); in getContentCacheSize()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp9065 (unsigned long)astContext.Idents.getAllocator().getTotalMemory()); in clang_getCXTUResourceUsage()
9070 (unsigned long)astContext.Selectors.getTotalMemory()); in clang_getCXTUResourceUsage()
9081 completionBytes = completionAllocator->getTotalMemory(); in clang_getCXTUResourceUsage()
9121 pp.getTotalMemory()); in clang_getCXTUResourceUsage()
9126 pRec->getTotalMemory()); in clang_getCXTUResourceUsage()
9131 pp.getHeaderSearchInfo().getTotalMemory()); in clang_getCXTUResourceUsage()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h733 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()