Home
last modified time | relevance | path

Searched refs:SymbolizedFrame (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp423 assert(SymbolizedFrame.count(Address) > 0 && in mapRawProfileToRecords()
425 const SmallVector<FrameId> &Frames = SymbolizedFrame[Address]; in mapRawProfileToRecords()
494 if (SymbolizedFrame.count(VAddr) > 0 || in symbolizeAndFilterStackFrames()
532 SymbolizedFrame[VAddr].push_back(Hash); in symbolizeAndFilterStackFrames()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DRawMemProfReader.h204 llvm::DenseMap<uint64_t, llvm::SmallVector<FrameId>> SymbolizedFrame; variable