Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DSampleProfReader.h288 class SampleProfileReaderText : public SampleProfileReader {
290 SampleProfileReaderText(std::unique_ptr<MemoryBuffer> B, LLVMContext &C) in SampleProfileReaderText() function
/external/llvm/lib/ProfileData/
DSampleProfReader.cpp152 std::error_code SampleProfileReaderText::read() { in read()
227 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()
718 else if (SampleProfileReaderText::hasFormat(*B)) in create()
719 Reader.reset(new SampleProfileReaderText(std::move(B), C)); in create()