Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DDebugCounter.h105 static int64_t getCounterValue(unsigned ID) { in getCounterValue() function
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h2315 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3420 StartingVNCounter = DebugCounter::getCounterValue(VNCounter); in runGVN()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp2299 if (PP.getCounterValue() != 0) { in WritePreprocessor()
2300 RecordData::value_type Record[] = {PP.getCounterValue()}; in WritePreprocessor()