Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProfReader.cpp723 std::error_code SampleProfileReaderGCC::readSectionTag(uint32_t Expected) { in readSectionTag() function in SampleProfileReaderGCC
738 if (std::error_code EC = readSectionTag(GCOVTagAFDOFileNames)) in readNameTable()
756 if (std::error_code EC = readSectionTag(GCOVTagAFDOFunction)) in readFunctionProfiles()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h527 std::error_code readSectionTag(uint32_t Expected);