Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1479 std::error_code SampleProfileReaderGCC::skipNextWord() { in skipNextWord()
1486 template <typename T> ErrorOr<T> SampleProfileReaderGCC::readNumber() { in readNumber()
1502 ErrorOr<StringRef> SampleProfileReaderGCC::readString() { in readString()
1509 std::error_code SampleProfileReaderGCC::readHeader() { in readHeader()
1544 std::error_code SampleProfileReaderGCC::readNameTable() { in readNameTable()
1562 std::error_code SampleProfileReaderGCC::readFunctionProfiles() { in readFunctionProfiles()
1579 std::error_code SampleProfileReaderGCC::readOneFunctionProfile( in readOneFunctionProfile()
1705 std::error_code SampleProfileReaderGCC::readImpl() { in readImpl()
1718 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()
1865 else if (SampleProfileReaderGCC::hasFormat(*B)) in create()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h857 class SampleProfileReaderGCC : public SampleProfileReader {
859 SampleProfileReaderGCC(std::unique_ptr<MemoryBuffer> B, LLVMContext &C) in SampleProfileReaderGCC() function