Searched refs:SampleProfileReaderGCC (Results 1 – 2 of 2) sorted by relevance
1479 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 …]
857 class SampleProfileReaderGCC : public SampleProfileReader {859 SampleProfileReaderGCC(std::unique_ptr<MemoryBuffer> B, LLVMContext &C) in SampleProfileReaderGCC() function