Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h557 class SampleProfileReaderText : public SampleProfileReader {
559 SampleProfileReaderText(std::unique_ptr<MemoryBuffer> B, LLVMContext &C) in SampleProfileReaderText() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp317 std::error_code SampleProfileReaderText::readImpl() { in readImpl()
452 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()
1907 else if (SampleProfileReaderText::hasFormat(*B)) in create()
1908 Reader.reset(new SampleProfileReaderText(std::move(B), C)); in create()