Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h718 virtual std::error_code readCustomSection(const SecHdrTableEntry &Entry) = 0;
792 std::error_code readCustomSection(const SecHdrTableEntry &Entry) override { in readCustomSection() function
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp704 if (std::error_code EC = readCustomSection(Entry)) in readOneSection()