Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DProfiledBinary.h155 const FrameLocationStack &getFrameLocationStack(uint64_t Offset) const { in getFrameLocationStack() function
220 return getFrameLocationStack(Offset).back();
DProfiledBinary.cpp112 const FrameLocationStack &Context1 = getFrameLocationStack(Offset1); in inlineContextEqual()
113 const FrameLocationStack &Context2 = getFrameLocationStack(Offset2); in inlineContextEqual()
130 const FrameLocationStack &ExpandedContext = getFrameLocationStack(Offset); in getExpandedContextStr()