Lines Matching refs:RawMemProfReader
47 if (!RawMemProfReader::hasFormat(Buffer)) in checkBuffer()
171 Expected<std::unique_ptr<RawMemProfReader>>
172 RawMemProfReader::create(const Twine &Path, const StringRef ProfiledBinary, in create()
193 std::unique_ptr<RawMemProfReader> Reader( in create()
194 new RawMemProfReader(std::move(BinaryOr.get()), KeepName)); in create()
201 bool RawMemProfReader::hasFormat(const StringRef Path) { in hasFormat()
210 bool RawMemProfReader::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()
219 void RawMemProfReader::printYAML(raw_ostream &OS) { in printYAML()
254 Error RawMemProfReader::initialize(std::unique_ptr<MemoryBuffer> DataBuffer) { in initialize()
308 Error RawMemProfReader::mapRawProfileToRecords() { in mapRawProfileToRecords()
389 Error RawMemProfReader::symbolizeAndFilterStackFrames() { in symbolizeAndFilterStackFrames()
466 Error RawMemProfReader::readRawProfile( in readRawProfile()
517 RawMemProfReader::getModuleOffset(const uint64_t VirtualAddress) { in getModuleOffset()
535 Error RawMemProfReader::readNextRecord(GuidMemProfRecordPair &GuidRecord) { in readNextRecord()