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