Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h693 virtual std::error_code readCustomSection(const SecHdrTableEntry &Entry) = 0;
755 readCustomSection(const SecHdrTableEntry &Entry) override { in readCustomSection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp658 if (std::error_code EC = readCustomSection(Entry)) in readOneSection()