Searched refs:SampleProfileReaderGCC (Results 1 – 2 of 2) sorted by relevance
1516 std::error_code SampleProfileReaderGCC::skipNextWord() { in skipNextWord()1523 template <typename T> ErrorOr<T> SampleProfileReaderGCC::readNumber() { in readNumber()1539 ErrorOr<StringRef> SampleProfileReaderGCC::readString() { in readString()1546 std::error_code SampleProfileReaderGCC::readHeader() { in readHeader()1581 std::error_code SampleProfileReaderGCC::readNameTable() { in readNameTable()1599 std::error_code SampleProfileReaderGCC::readFunctionProfiles() { in readFunctionProfiles()1616 std::error_code SampleProfileReaderGCC::readOneFunctionProfile( in readOneFunctionProfile()1743 std::error_code SampleProfileReaderGCC::readImpl() { in readImpl()1756 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()1904 else if (SampleProfileReaderGCC::hasFormat(*B)) in create()[all …]
819 class SampleProfileReaderGCC : public SampleProfileReader {821 SampleProfileReaderGCC(std::unique_ptr<MemoryBuffer> B, LLVMContext &C) in SampleProfileReaderGCC() function