Searched refs:ReadCounter (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | PerfReader.cpp | 798 auto ReadCounter = [&](RangeSample &Counter, StringRef Separator) { in readSampleCounters() local 832 ReadCounter(SCounters.RangeCounter, "-"); in readSampleCounters() 833 ReadCounter(SCounters.BranchCounter, "->"); in readSampleCounters()
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 190 virtual void ReadCounter(const serialization::ModuleFile &M, in ReadCounter() function 262 void ReadCounter(const serialization::ModuleFile &M, unsigned Value) override; 294 void ReadCounter(const serialization::ModuleFile &M, unsigned Value) override;
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 577 void ReadCounter(const serialization::ModuleFile &M, in ReadCounter() function in __anon6243dda10211::ASTInfoCollector
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 217 void ChainedASTReaderListener::ReadCounter(const serialization::ModuleFile &M, in ReadCounter() function in ChainedASTReaderListener 219 First->ReadCounter(M, Value); in ReadCounter() 220 Second->ReadCounter(M, Value); in ReadCounter() 836 void PCHValidator::ReadCounter(const ModuleFile &M, unsigned Value) { in ReadCounter() function in PCHValidator 3440 Listener->ReadCounter(F, Record[0]); in ReadASTBlock()
|