Home
last modified time | relevance | path

Searched refs:setCounterValue (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h113 static void setCounterValue(unsigned ID, int64_t Count) { in setCounterValue() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2314 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp882 PP.setCounterValue(Counter); in LoadFromASTFile()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3281 DebugCounter::setCounterValue(VNCounter, StartingVNCounter); in verifyIterationSettled()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp863 PP.setCounterValue(Value); in ReadCounter()