HomeSort by relevance Sort by last modified time
    Searched refs:recurse_depth (Results 1 - 7 of 7) sorted by null

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugInfo.h 59 void Dump(lldb_private::Stream *s, const uint32_t die_offset, const uint32_t recurse_depth);
62 static void Dump(lldb_private::Stream *s, SymbolFileDWARF* dwarf2Data, const uint32_t die_offset, const uint32_t recurse_depth);
DWARFDebugInfo.cpp 458 recurse_depth(depth),
466 const uint32_t recurse_depth; member in struct:DumpInfo
507 if (curr_depth < dumpInfo->recurse_depth)
538 if (!die->HasChildren() || dumpInfo->recurse_depth == 0)
550 if (dumpInfo->recurse_depth == UINT32_MAX || curr_depth <= dumpInfo->found_depth + dumpInfo->recurse_depth)
643 // cases will obey a "recurse_depth" or how deep to traverse into the
644 // children of each DIE entry. A recurse_depth of zero will dump all
645 // compile unit headers. A recurse_depth of 1 will dump all compile unit
655 const uint32_t recurse_depth
    [all...]
DWARFDebugInfoEntry.h 280 uint32_t recurse_depth) const;
287 uint32_t recurse_depth) const;
DWARFDebugInfoEntry.cpp 452 uint32_t recurse_depth
458 Dump(dwarf2Data, cu, s, recurse_depth);
    [all...]
  /external/pcre/dist/
pcre_study.c 83 const pcre_uchar *startcode, int options, int recurse_depth)
133 d = find_minlength(re, cc, startcode, options, recurse_depth);
404 int dd = find_minlength(re, cs, startcode, options, recurse_depth);
428 d = find_minlength(re, cs, startcode, options, recurse_depth);
477 if ((cc > cs && cc < ce) || recurse_depth > 10)
482 recurse_depth + 1);
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 1284 FT_Int recurse_depth = 0; local
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttsbit.c 1278 FT_Int recurse_depth = 0; local
    [all...]

Completed in 2732 milliseconds