Searched refs:CallstackProfileData (Results 1 – 2 of 2) sorted by relevance
407 for (const auto &Entry : CallstackProfileData) { in mapRawProfileToRecords()547 CallstackProfileData.erase(Id); in symbolizeAndFilterStackFrames()613 if (CallstackProfileData.count(Value.first)) { in readRawProfile()614 CallstackProfileData[Value.first].Merge(Value.second); in readRawProfile()616 CallstackProfileData[Value.first] = Value.second; in readRawProfile()
150 : SegmentInfo(Seg.begin(), Seg.end()), CallstackProfileData(Prof),200 llvm::MapVector<uint64_t, MemInfoBlock> CallstackProfileData; variable