Home
last modified time | relevance | path

Searched refs:ReadCounter (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.cpp798 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 DASTReader.h190 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 DASTUnit.cpp577 void ReadCounter(const serialization::ModuleFile &M, in ReadCounter() function in __anon6243dda10211::ASTInfoCollector
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp217 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()