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

/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h392 std::error_code readSectionTag(uint32_t Expected);
/freebsd-11.0-release/contrib/llvm/lib/ProfileData/
H A DSampleProfReader.cpp476 std::error_code SampleProfileReaderGCC::readSectionTag(uint32_t Expected) { function in class:SampleProfileReaderGCC
491 if (std::error_code EC = readSectionTag(GCOVTagAFDOFileNames))
509 if (std::error_code EC = readSectionTag(GCOVTagAFDOFunction))

Completed in 74 milliseconds