Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1348 std::error_code SampleProfileReaderGCC::readSectionTag(uint32_t Expected) { in readSectionTag() function in SampleProfileReaderGCC
1363 if (std::error_code EC = readSectionTag(GCOVTagAFDOFileNames)) in readNameTable()
1381 if (std::error_code EC = readSectionTag(GCOVTagAFDOFunction)) in readFunctionProfiles()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h815 std::error_code readSectionTag(uint32_t Expected);