Searched refs:StackMap (Results 1 – 2 of 2) sorted by relevance
348 OS << " NumStackOffsets: " << StackMap.size() << "\n"; in printYAML()491 auto It = StackMap.find(StackId); in mapRawProfileToRecords()492 if (It == StackMap.end()) in mapRawProfileToRecords()578 for (auto &Entry : StackMap) { in symbolizeAndFilterStackFrames()635 StackMap.erase(Id); in symbolizeAndFilterStackFrames()641 if (StackMap.empty()) in symbolizeAndFilterStackFrames()741 if (StackMap.empty()) { in readRawProfile()742 StackMap = CSM; in readRawProfile()744 if (mergeStackMap(CSM, StackMap)) in readRawProfile()
174 StackMap(SM), KeepSymbolName(KeepName) {230 CallStackMap StackMap; variable