Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h824 static const uint32_t GCOVTagAFDOFileNames = 0xaa000000; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1363 if (std::error_code EC = readSectionTag(GCOVTagAFDOFileNames)) in readNameTable()