Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp272 llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total"; in PrintStats()
274 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory(); in PrintStats()
304 size_t Preprocessor::getTotalMemory() const { in getTotalMemory() function in Preprocessor
305 return BP.getTotalMemory() in getTotalMemory()
DPPConditionalDirectiveRecord.cpp120 size_t PPConditionalDirectiveRecord::getTotalMemory() const { in getTotalMemory() function in PPConditionalDirectiveRecord
DPreprocessingRecord.cpp483 size_t PreprocessingRecord::getTotalMemory() const { in getTotalMemory() function in PreprocessingRecord
484 return BumpAlloc.getTotalMemory() in getTotalMemory()
DHeaderSearch.cpp1082 size_t HeaderSearch::getTotalMemory() const { in getTotalMemory() function in HeaderSearch
1086 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory()
1087 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
/external/clang/include/clang/Lex/
DPPConditionalDirectiveRecord.h69 size_t getTotalMemory() const;
DPreprocessingRecord.h377 size_t getTotalMemory() const;
DHeaderSearch.h646 size_t getTotalMemory() const;
DPreprocessor.h1514 size_t getTotalMemory() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h275 size_t getTotalMemory() const { in getTotalMemory() function
288 getTotalMemory()); in PrintStats()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DAllocator.h286 size_t getTotalMemory() const { in getTotalMemory() function
303 getTotalMemory()); in PrintStats()
/external/llvm/include/llvm/Support/
DAllocator.h272 size_t getTotalMemory() const { in getTotalMemory() function
285 getTotalMemory()); in PrintStats()
/external/swiftshader/third_party/LLVM/lib/Support/
DAllocator.cpp139 size_t BumpPtrAllocator::getTotalMemory() const { in getTotalMemory() function in llvm::BumpPtrAllocator
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DAllocator.h182 size_t getTotalMemory() const;
/external/clang/lib/Basic/
DIdentifierTable.cpp598 size_t SelectorTable::getTotalMemory() const { in getTotalMemory() function in SelectorTable
600 return SelTabImpl.Allocator.getTotalMemory(); in getTotalMemory()
/external/clang/include/clang/Basic/
DIdentifierTable.h777 size_t getTotalMemory() const;
DSourceManager.h1413 return ContentCacheAlloc.getTotalMemory(); in getContentCacheSize()
/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp1819 return Allocator->getTotalMemory() / _1MB; in getTotalMemoryMB()
1827 return Live->getAllocator()->getTotalMemory() / _1MB; in getLivenessMemoryMB()
/external/llvm/unittests/ADT/
DStringRefTest.cpp599 EXPECT_EQ(Alloc.getTotalMemory(), 0u); in TEST()
/external/clang/tools/libclang/
DCIndex.cpp7636 (unsigned long) astContext.Idents.getAllocator().getTotalMemory()); in clang_getCXTUResourceUsage()
7640 (unsigned long) astContext.Selectors.getTotalMemory()); in clang_getCXTUResourceUsage()
7650 completionBytes = completionAllocator->getTotalMemory(); in clang_getCXTUResourceUsage()
7693 pp.getTotalMemory()); in clang_getCXTUResourceUsage()
7698 pRec->getTotalMemory()); in clang_getCXTUResourceUsage()
7703 pp.getHeaderSearchInfo().getTotalMemory()); in clang_getCXTUResourceUsage()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStringRefTest.cpp947 EXPECT_EQ(Alloc.getTotalMemory(), 0u); in TEST()
/external/clang/include/clang/AST/
DASTContext.h579 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()