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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h106 static int64_t getCounterValue(unsigned ID) { function in class:llvm::DebugCounter
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1942 unsigned getCounterValue() const { return CounterValue; } function in class:clang::Preprocessor
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2101 if (PP.getCounterValue() != 0) {
2102 RecordData::value_type Record[] = {PP.getCounterValue()};
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3407 StartingVNCounter = DebugCounter::getCounterValue(VNCounter);

Completed in 85 milliseconds