Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h892 static const uint32_t GCOVTagAFDOFunction = 0xac000000; variable
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1563 if (std::error_code EC = readSectionTag(GCOVTagAFDOFunction)) in readFunctionProfiles()