Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp702 const char *NextMappingBuf; in readFunctionRecords() local
704 std::tie(NextMappingBuf, NextCFR) = in readFunctionRecords()
707 if (NextMappingBuf > OutOfLineMappingBufEnd) in readFunctionRecords()
734 std::tie(OutOfLineMappingBuf, CFR) = std::tie(NextMappingBuf, NextCFR); in readFunctionRecords()