Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp390 TopLevelProbeFrameMap[FuncName] = Frame; in decodePseudoProbe()
840 auto I = TopLevelProbeFrameMap.find(Func->FuncName); in computeInlinedContextSizeForFunc()
841 if (I != TopLevelProbeFrameMap.end()) { in computeInlinedContextSizeForFunc()
H A DProfiledBinary.h266 StringMap<MCDecodedPseudoProbeInlineTree *> TopLevelProbeFrameMap; variable