Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp289 while (Cur->hasInlineSite()) { in getInlineContext()
634 if (!InlinerNode->hasInlineSite()) in getInlinerDescForProbe()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h290 bool hasInlineSite() const { return !isRoot() && !Parent->isRoot(); } in hasInlineSite() function