Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackMaps.cpp359 CurrentIt->second.RecordCount++; in recordStackMapOpers()
445 << " callsite count: " << FR.second.RecordCount << '\n'); in emitFunctionFrameRecords()
448 OS.EmitIntValue(FR.second.RecordCount, 8); in emitFunctionFrameRecords()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DStackMaps.h245 uint64_t RecordCount = 1; member