Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp526 InlineTreeVec.resize(InlineTreeVec.size() + ChildrenToProcess); in buildAddress2ProbeMap()
528 MutableArrayRef(InlineTreeVec).take_back(ChildrenToProcess); in buildAddress2ProbeMap()
633 InlineTreeVec.reserve(InlinedCount); in buildAddress2ProbeMap()
636 InlineTreeVec.resize(TopLevelFuncs); in buildAddress2ProbeMap()
637 DummyInlineRoot.getChildren() = MutableArrayRef(InlineTreeVec); in buildAddress2ProbeMap()
649 assert(InlineTreeVec.size() == InlinedCount && in buildAddress2ProbeMap()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h400 std::vector<MCDecodedPseudoProbeInlineTree> InlineTreeVec; variable
517 return InlineTreeVec; in getInlineTreeVec()