Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h517 class SampleProfileReaderText : public SampleProfileReader {
519 SampleProfileReaderText(std::unique_ptr<MemoryBuffer> B, LLVMContext &C) in SampleProfileReaderText() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp230 std::error_code SampleProfileReaderText::readImpl() { in readImpl()
354 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()
1678 else if (SampleProfileReaderText::hasFormat(*B)) in create()
1679 Reader.reset(new SampleProfileReaderText(std::move(B), C)); in create()