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.cpp1601 std::error_code SampleProfileReaderGCC::skipNextWord() { in skipNextWord()
1608 template <typename T> ErrorOr<T> SampleProfileReaderGCC::readNumber() { in readNumber()
1624 ErrorOr<StringRef> SampleProfileReaderGCC::readString() { in readString()
1631 std::error_code SampleProfileReaderGCC::readHeader() { in readHeader()
1652 std::error_code SampleProfileReaderGCC::readSectionTag(uint32_t Expected) { in readSectionTag()
1666 std::error_code SampleProfileReaderGCC::readNameTable() { in readNameTable()
1684 std::error_code SampleProfileReaderGCC::readFunctionProfiles() { in readFunctionProfiles()
1701 std::error_code SampleProfileReaderGCC::readOneFunctionProfile( in readOneFunctionProfile()
1828 std::error_code SampleProfileReaderGCC::readImpl() { in readImpl()
1841 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h885 class LLVM_ABI SampleProfileReaderGCC : public SampleProfileReader {
887 SampleProfileReaderGCC(std::unique_ptr<MemoryBuffer> B, LLVMContext &C) in SampleProfileReaderGCC() function