Searched refs:StackMap (Results 1 – 4 of 4) sorted by relevance
236 OS << " NumStackOffsets: " << StackMap.size() << "\n"; in printYAML()322 auto It = StackMap.find(StackId); in mapRawProfileToRecords()323 if (It == StackMap.end()) in mapRawProfileToRecords()400 for (auto &Entry : StackMap) { in symbolizeAndFilterStackFrames()453 StackMap.erase(Id); in symbolizeAndFilterStackFrames()457 if (StackMap.empty()) in symbolizeAndFilterStackFrames()500 if (StackMap.empty()) { in readRawProfile()501 StackMap = CSM; in readRawProfile()503 if (mergeStackMap(CSM, StackMap)) in readRawProfile()
79 CallstackProfileData(Prof), StackMap(SM), KeepSymbolName(KeepName) { in Symbolizer()136 CallStackMap StackMap; variable
230 The relevant parts of the StackMap section for our example are:250 utility pass. As such, its full StackMap can be easily examined with the
514 Support for StackMap generation and the related intrinsics requires