Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp186 static bool hasInlineInfo(DWARFDie Die, uint32_t Depth) { in hasInlineInfo() function
201 if (hasInlineInfo(ChildDie, Depth + 1)) in hasInlineInfo()
210 if (!hasInlineInfo(Die, Depth)) in parseInlineInfo()
409 if (hasInlineInfo(Die, 0)) { in handleDie()