Searched refs:FuncRecBuf (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 572 readFunctionRecords(const char *FuncRecBuf, const char *FuncRecBufEnd, 680 const char *FuncRecBuf = nullptr; in readCoverageHeader() local 683 FuncRecBuf = CovBuf; in readCoverageHeader() 743 if (Error E = readFunctionRecords(FuncRecBuf, FuncRecBufEnd, FileRange, in readCoverageHeader() 755 Error readFunctionRecords(const char *FuncRecBuf, const char *FuncRecBufEnd, in readFunctionRecords() argument 759 auto CFR = reinterpret_cast<const FuncRecordType *>(FuncRecBuf); in readFunctionRecords() 872 const char *FuncRecBuf = FuncRecords.data(); in readCoverageMappingData() local 889 return Reader->readFunctionRecords(FuncRecBuf, FuncRecBufEnd, std::nullopt, in readCoverageMappingData()
|