Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h564 class SampleProfileReaderText : public SampleProfileReader {
566 SampleProfileReaderText(std::unique_ptr<MemoryBuffer> B, LLVMContext &C) in SampleProfileReaderText() function
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp316 std::error_code SampleProfileReaderText::readImpl() { in readImpl()
450 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()
1937 else if (SampleProfileReaderText::hasFormat(*B)) in create()
1938 Reader.reset(new SampleProfileReaderText(std::move(B), C)); in create()