Searched refs:readFunctionRecords (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, 743 if (Error E = readFunctionRecords(FuncRecBuf, FuncRecBufEnd, FileRange, in readCoverageHeader() 755 Error readFunctionRecords(const char *FuncRecBuf, const char *FuncRecBufEnd, in readFunctionRecords() function in __anond42594300211::VersionedCovMapFuncRecordReader 889 return Reader->readFunctionRecords(FuncRecBuf, FuncRecBufEnd, std::nullopt, in readCoverageMappingData()
|