Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h105 static int64_t getCounterValue(unsigned ID) { in getCounterValue() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2313 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3426 StartingVNCounter = DebugCounter::getCounterValue(VNCounter); in runGVN()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2362 if (PP.getCounterValue() != 0) { in WritePreprocessor()
2363 RecordData::value_type Record[] = {PP.getCounterValue()}; in WritePreprocessor()