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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1089 std::error_code SampleProfileReaderGCC::readSectionTag(uint32_t Expected) { function in class:SampleProfileReaderGCC
1104 if (std::error_code EC = readSectionTag(GCOVTagAFDOFileNames))
1122 if (std::error_code EC = readSectionTag(GCOVTagAFDOFunction))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h741 std::error_code readSectionTag(uint32_t Expected);

Completed in 109 milliseconds