Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1517 std::error_code SampleProfileReaderGCC::skipNextWord() { in skipNextWord()
1524 template <typename T> ErrorOr<T> SampleProfileReaderGCC::readNumber() { in readNumber()
1540 ErrorOr<StringRef> SampleProfileReaderGCC::readString() { in readString()
1547 std::error_code SampleProfileReaderGCC::readHeader() { in readHeader()
1568 std::error_code SampleProfileReaderGCC::readSectionTag(uint32_t Expected) { in readSectionTag()
1582 std::error_code SampleProfileReaderGCC::readNameTable() { in readNameTable()
1600 std::error_code SampleProfileReaderGCC::readFunctionProfiles() { in readFunctionProfiles()
1617 std::error_code SampleProfileReaderGCC::readOneFunctionProfile( in readOneFunctionProfile()
1744 std::error_code SampleProfileReaderGCC::readImpl() { in readImpl()
1757 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h819 class SampleProfileReaderGCC : public SampleProfileReader {
821 SampleProfileReaderGCC(std::unique_ptr<MemoryBuffer> B, LLVMContext &C) in SampleProfileReaderGCC() function