Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.h543 SampleContextFrameVector &InlineContextStack,
552 InlineContextStack.clear();
555 InlineContextStack.emplace_back(Callsite.first,
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCPseudoProbe.cpp587 SmallVectorImpl<MCPseduoProbeFrameLocation> &InlineContextStack, in getInlineContextForProbe() argument
589 Probe->getInlineContext(InlineContextStack, GUID2FuncDescMap); in getInlineContextForProbe()
595 InlineContextStack.emplace_back( in getInlineContextForProbe()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCPseudoProbe.h397 SmallVectorImpl<MCPseduoProbeFrameLocation> &InlineContextStack,