Searched defs:SampleProfileReader (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h61 class SampleProfileReader { class in namespace:llvm::sampleprof
63 SampleProfileReader(std::unique_ptr<MemoryBuffer> B, LLVMContext &C) function in class:llvm::sampleprof::SampleProfileReader
66 virtual ~SampleProfileReader() {}
95 static ErrorOr<std::unique_ptr<SampleProfileReader>>
113 class SampleProfileReaderText : public SampleProfileReader {
116 : SampleProfileReader(std::move(B), C) {}
125 class SampleProfileReaderBinary : public SampleProfileReader {
128 : SampleProfileReader(std::move(B), C), Data(nullptr), End(nullptr) {}

Completed in 109 milliseconds