Searched refs:SampleProfileReaderText (Results 1 – 2 of 2) sorted by relevance
613 class LLVM_ABI SampleProfileReaderText : public SampleProfileReader {615 SampleProfileReaderText(std::unique_ptr<MemoryBuffer> B, LLVMContext &C) in SampleProfileReaderText() function
325 std::error_code SampleProfileReaderText::readImpl() { in readImpl()474 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()1991 else if (SampleProfileReaderText::hasFormat(*B)) in create()1992 Reader.reset(new SampleProfileReaderText(std::move(B), C)); in create()