Searched refs:StackMap (Results 1 – 2 of 2) sorted by relevance
265 OS << " NumStackOffsets: " << StackMap.size() << "\n"; in printYAML()410 auto It = StackMap.find(StackId); in mapRawProfileToRecords()411 if (It == StackMap.end()) in mapRawProfileToRecords()489 for (auto &Entry : StackMap) { in symbolizeAndFilterStackFrames()546 StackMap.erase(Id); in symbolizeAndFilterStackFrames()550 if (StackMap.empty()) in symbolizeAndFilterStackFrames()623 if (StackMap.empty()) { in readRawProfile()624 StackMap = CSM; in readRawProfile()626 if (mergeStackMap(CSM, StackMap)) in readRawProfile()
151 StackMap(SM), KeepSymbolName(KeepName) {201 CallStackMap StackMap; variable