Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h535 SampleContextFrameVector &InlineContextStack,
544 InlineContextStack.clear();
547 InlineContextStack.emplace_back(Callsite.first,
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCPseudoProbe.cpp560 SmallVectorImpl<MCPseduoProbeFrameLocation> &InlineContextStack, in getInlineContextForProbe() argument
562 Probe->getInlineContext(InlineContextStack, GUID2FuncDescMap); in getInlineContextForProbe()
568 InlineContextStack.emplace_back( in getInlineContextForProbe()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCPseudoProbe.h389 SmallVectorImpl<MCPseduoProbeFrameLocation> &InlineContextStack,