Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp395 virtual Expected<const char *> readFunctionRecords(const char *Buf,
473 Expected<const char *> readFunctionRecords(const char *Buf, in readFunctionRecords() function in __anonee5e7e5a0211::VersionedCovMapFuncRecordReader
579 auto NextHeaderOrErr = Reader->readFunctionRecords(Buf, End); in readCoverageMappingData()