HomeSort by: relevance | last modified time | path
    Searched refs:readSectionTag (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h 815 std::error_code readSectionTag(uint32_t Expected);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp 1348 std::error_code SampleProfileReaderGCC::readSectionTag(uint32_t Expected) {
1363 if (std::error_code EC = readSectionTag(GCOVTagAFDOFileNames))
1381 if (std::error_code EC = readSectionTag(GCOVTagAFDOFunction))

Completed in 55 milliseconds