Searched refs:hasInlineInfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp186 static bool hasInlineInfo(DWARFDie Die, uint32_t Depth) { function
201 if (hasInlineInfo(ChildDie, Depth + 1))
210 if (!hasInlineInfo(Die, Depth))
409 if (hasInlineInfo(Die, 0)) {

Completed in 105 milliseconds