Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp504 assert(SymbolizedFrame.count(Address) > 0 && in mapRawProfileToRecords()
506 const SmallVector<FrameId> &Frames = SymbolizedFrame[Address]; in mapRawProfileToRecords()
583 if (SymbolizedFrame.count(VAddr) > 0 || in symbolizeAndFilterStackFrames()
621 SymbolizedFrame[VAddr].push_back(Hash); in symbolizeAndFilterStackFrames()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfReader.h233 llvm::DenseMap<uint64_t, llvm::SmallVector<FrameId>> SymbolizedFrame; variable