Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProfReader.cpp672 std::error_code SampleProfileReaderGCC::skipNextWord() { in skipNextWord()
679 template <typename T> ErrorOr<T> SampleProfileReaderGCC::readNumber() { in readNumber()
695 ErrorOr<StringRef> SampleProfileReaderGCC::readString() { in readString()
702 std::error_code SampleProfileReaderGCC::readHeader() { in readHeader()
737 std::error_code SampleProfileReaderGCC::readNameTable() { in readNameTable()
755 std::error_code SampleProfileReaderGCC::readFunctionProfiles() { in readFunctionProfiles()
772 std::error_code SampleProfileReaderGCC::readOneFunctionProfile( in readOneFunctionProfile()
898 std::error_code SampleProfileReaderGCC::read() { in read()
910 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()
1016 else if (SampleProfileReaderGCC::hasFormat(*B)) in create()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h502 class SampleProfileReaderGCC : public SampleProfileReader {
504 SampleProfileReaderGCC(std::unique_ptr<MemoryBuffer> B, LLVMContext &C) in SampleProfileReaderGCC() function