Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1323 std::error_code SampleProfileReaderGCC::skipNextWord() { in skipNextWord()
1330 template <typename T> ErrorOr<T> SampleProfileReaderGCC::readNumber() { in readNumber()
1346 ErrorOr<StringRef> SampleProfileReaderGCC::readString() { in readString()
1353 std::error_code SampleProfileReaderGCC::readHeader() { in readHeader()
1388 std::error_code SampleProfileReaderGCC::readNameTable() { in readNameTable()
1406 std::error_code SampleProfileReaderGCC::readFunctionProfiles() { in readFunctionProfiles()
1423 std::error_code SampleProfileReaderGCC::readOneFunctionProfile( in readOneFunctionProfile()
1549 std::error_code SampleProfileReaderGCC::readImpl() { in readImpl()
1562 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()
1709 else if (SampleProfileReaderGCC::hasFormat(*B)) in create()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h818 class SampleProfileReaderGCC : public SampleProfileReader {
820 SampleProfileReaderGCC(std::unique_ptr<MemoryBuffer> B, LLVMContext &C) in SampleProfileReaderGCC() function