Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DSampleProfReader.cpp476 std::error_code SampleProfileReaderGCC::readSectionTag(uint32_t Expected) { in readSectionTag() function in SampleProfileReaderGCC
491 if (std::error_code EC = readSectionTag(GCOVTagAFDOFileNames)) in readNameTable()
509 if (std::error_code EC = readSectionTag(GCOVTagAFDOFunction)) in readFunctionProfiles()
/external/llvm/include/llvm/ProfileData/
DSampleProfReader.h392 std::error_code readSectionTag(uint32_t Expected);