Home
last modified time | relevance | path

Searched refs:StackMap (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp236 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DRawMemProfReader.h79 CallstackProfileData(Prof), StackMap(SM), KeepSymbolName(KeepName) { in Symbolizer()
136 CallStackMap StackMap; variable
/openbsd-src/gnu/llvm/llvm/docs/
H A DStatepoints.rst230 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
H A DStackMaps.rst514 Support for StackMap generation and the related intrinsics requires