Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h359 class SampleProfileReaderText : public SampleProfileReader {
361 SampleProfileReaderText(std::unique_ptr<MemoryBuffer> B, LLVMContext &C) in SampleProfileReaderText() function
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProfReader.cpp194 std::error_code SampleProfileReaderText::read() { in read()
273 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()
1018 else if (SampleProfileReaderText::hasFormat(*B)) in create()
1019 Reader.reset(new SampleProfileReaderText(std::move(B), C)); in create()