Home
last modified time | relevance | path

Searched refs:RecordCount (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackMaps.cpp519 CurrentIt->second.RecordCount++; in recordStackMapOpers()
604 << " callsite count: " << FR.second.RecordCount << '\n'); in emitFunctionFrameRecords()
607 OS.emitIntValue(FR.second.RecordCount, 8); in emitFunctionFrameRecords()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DStackMaps.h306 uint64_t RecordCount = 1; member