Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h537 static const uint32_t GCOVTagAFDOFunction = 0xac000000; variable
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProfReader.cpp756 if (std::error_code EC = readSectionTag(GCOVTagAFDOFunction)) in readFunctionProfiles()