Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp754 const char *NextMappingBuf; in readFunctionRecords() local
756 std::tie(NextMappingBuf, NextCFR) = in readFunctionRecords()
759 if (NextMappingBuf > OutOfLineMappingBufEnd) in readFunctionRecords()
793 std::tie(OutOfLineMappingBuf, CFR) = std::tie(NextMappingBuf, NextCFR); in readFunctionRecords()