Searched refs:CallstackProfileData (Results 1 – 2 of 2) sorted by relevance
79 CallstackProfileData(Prof), StackMap(SM), KeepSymbolName(KeepName) { in Symbolizer()135 llvm::MapVector<uint64_t, MemInfoBlock> CallstackProfileData; variable
319 for (const auto &Entry : CallstackProfileData) { in mapRawProfileToRecords()454 CallstackProfileData.erase(Id); in symbolizeAndFilterStackFrames()490 if (CallstackProfileData.count(Value.first)) { in readRawProfile()491 CallstackProfileData[Value.first].Merge(Value.second); in readRawProfile()493 CallstackProfileData[Value.first] = Value.second; in readRawProfile()