/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 272 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()
|
D | PPConditionalDirectiveRecord.cpp | 120 size_t PPConditionalDirectiveRecord::getTotalMemory() const { in getTotalMemory() function in PPConditionalDirectiveRecord
|
D | PreprocessingRecord.cpp | 483 size_t PreprocessingRecord::getTotalMemory() const { in getTotalMemory() function in PreprocessingRecord 484 return BumpAlloc.getTotalMemory() in getTotalMemory()
|
D | HeaderSearch.cpp | 1082 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/ |
D | PPConditionalDirectiveRecord.h | 69 size_t getTotalMemory() const;
|
D | PreprocessingRecord.h | 377 size_t getTotalMemory() const;
|
D | HeaderSearch.h | 646 size_t getTotalMemory() const;
|
D | Preprocessor.h | 1514 size_t getTotalMemory() const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 275 size_t getTotalMemory() const { in getTotalMemory() function 288 getTotalMemory()); in PrintStats()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Allocator.h | 286 size_t getTotalMemory() const { in getTotalMemory() function 303 getTotalMemory()); in PrintStats()
|
/external/llvm/include/llvm/Support/ |
D | Allocator.h | 272 size_t getTotalMemory() const { in getTotalMemory() function 285 getTotalMemory()); in PrintStats()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Allocator.cpp | 139 size_t BumpPtrAllocator::getTotalMemory() const { in getTotalMemory() function in llvm::BumpPtrAllocator
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Allocator.h | 182 size_t getTotalMemory() const;
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 598 size_t SelectorTable::getTotalMemory() const { in getTotalMemory() function in SelectorTable 600 return SelTabImpl.Allocator.getTotalMemory(); in getTotalMemory()
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 777 size_t getTotalMemory() const;
|
D | SourceManager.h | 1413 return ContentCacheAlloc.getTotalMemory(); in getContentCacheSize()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfg.cpp | 1819 return Allocator->getTotalMemory() / _1MB; in getTotalMemoryMB() 1827 return Live->getAllocator()->getTotalMemory() / _1MB; in getLivenessMemoryMB()
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 599 EXPECT_EQ(Alloc.getTotalMemory(), 0u); in TEST()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 7636 (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/ |
D | StringRefTest.cpp | 947 EXPECT_EQ(Alloc.getTotalMemory(), 0u); in TEST()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 579 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()
|