HomeSort by: relevance | last modified time | path
    Searched defs:hasInlineInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
DwarfTransformer.cpp 186 static bool hasInlineInfo(DWARFDie Die, uint32_t Depth) {
201 if (hasInlineInfo(ChildDie, Depth + 1))
210 if (!hasInlineInfo(Die, Depth))
409 if (hasInlineInfo(Die, 0)) {
DwarfTransformer.cpp 186 static bool hasInlineInfo(DWARFDie Die, uint32_t Depth) {
201 if (hasInlineInfo(ChildDie, Depth + 1))
210 if (!hasInlineInfo(Die, Depth))
409 if (hasInlineInfo(Die, 0)) {

Completed in 44 milliseconds