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.h613 class LLVM_ABI SampleProfileReaderText : public SampleProfileReader {
615 SampleProfileReaderText(std::unique_ptr<MemoryBuffer> B, LLVMContext &C) in SampleProfileReaderText() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp325 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()