Searched refs:StackMap (Results 1 – 2 of 2) sorted by relevance
331 OS << " NumStackOffsets: " << StackMap.size() << "\n"; in printYAML()478 auto It = StackMap.find(StackId); in mapRawProfileToRecords()479 if (It == StackMap.end()) in mapRawProfileToRecords()555 for (auto &Entry : StackMap) { in symbolizeAndFilterStackFrames()609 StackMap.erase(Id); in symbolizeAndFilterStackFrames()618 if (StackMap.empty()) in symbolizeAndFilterStackFrames()718 if (StackMap.empty()) { in readRawProfile()719 StackMap = CSM; in readRawProfile()721 if (mergeStackMap(CSM, StackMap)) in readRawProfile()
147 StackMap(SM), KeepSymbolName(KeepName) {203 CallStackMap StackMap; variable