Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp440 const uint32_t CurChildIndex) { in buildAddress2ProbeMap() argument
447 Index = CurChildIndex; in buildAddress2ProbeMap()
463 Cur->getChildren()[CurChildIndex] = in buildAddress2ProbeMap()
465 Cur = &Cur->getChildren()[CurChildIndex]; in buildAddress2ProbeMap()
642 uint32_t CurChildIndex = 0; in buildAddress2ProbeMap() local
644 CurChildIndex += buildAddress2ProbeMap<true>( in buildAddress2ProbeMap()
645 &DummyInlineRoot, LastAddr, GuidFilter, FuncStartAddrs, CurChildIndex); in buildAddress2ProbeMap()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h527 const uint32_t CurChildIndex);