Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp142 const FrameLocationStack &ExpandedContext = getFrameLocationStack(Offset); in getExpandedContextStr() local
145 if (ExpandedContext.empty()) in getExpandedContextStr()
149 WasLeafInlined = (ExpandedContext.size() > 1); in getExpandedContextStr()
150 for (const auto &Loc : ExpandedContext) { in getExpandedContextStr()