Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp704 const char *NextMappingBuf; in readFunctionRecords() local
706 std::tie(NextMappingBuf, NextCFR) = in readFunctionRecords()
709 if (NextMappingBuf > OutOfLineMappingBufEnd) in readFunctionRecords()
736 std::tie(OutOfLineMappingBuf, CFR) = std::tie(NextMappingBuf, NextCFR); in readFunctionRecords()