HomeSort by relevance Sort by last modified time
    Searched defs:handle_inter_cu_refs (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/common/linux/
dump_symbols.h 50 DumpOptions(SymbolData symbol_data, bool handle_inter_cu_refs)
52 handle_inter_cu_refs(handle_inter_cu_refs) {
56 bool handle_inter_cu_refs; member in struct:google_breakpad::DumpOptions
  /external/google-breakpad/src/tools/linux/dump_syms/
dump_syms.cc 57 bool handle_inter_cu_refs = true; local
65 handle_inter_cu_refs = false;
92 google_breakpad::DumpOptions options(symbol_data, handle_inter_cu_refs);

Completed in 134 milliseconds