Home | History | Annotate | Download | only in Lex

Lines Matching refs:getTotalMemory

269   llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total";
271 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory();
301 size_t Preprocessor::getTotalMemory() const {
302 return BP.getTotalMemory()