Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DDebugCounter.h113 static void setCounterValue(unsigned ID, int64_t Count) { in setCounterValue() function
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h2316 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp878 PP.setCounterValue(Counter); in LoadFromASTFile()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3275 DebugCounter::setCounterValue(VNCounter, StartingVNCounter); in verifyIterationSettled()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp838 PP.setCounterValue(Value); in ReadCounter()