Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp769 const char *NextMappingBuf; in readFunctionRecords() local
771 std::tie(NextMappingBuf, NextCFR) = in readFunctionRecords()
774 if (NextMappingBuf > OutOfLineMappingBufEnd) in readFunctionRecords()
808 std::tie(OutOfLineMappingBuf, CFR) = std::tie(NextMappingBuf, NextCFR); in readFunctionRecords()