Searched refs:handle_inter_cu_refs (Results 1 – 8 of 8) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.h | 50 DumpOptions(SymbolData symbol_data, bool handle_inter_cu_refs) in DumpOptions() 52 handle_inter_cu_refs(handle_inter_cu_refs) { in DumpOptions() 56 bool handle_inter_cu_refs; member
|
D | dump_symbols.cc | 229 bool handle_inter_cu_refs, in LoadDwarf() argument 240 handle_inter_cu_refs); in LoadDwarf() 646 options.handle_inter_cu_refs, module)) { in LoadSymbols()
|
/external/google-breakpad/src/tools/linux/dump_syms/ |
D | dump_syms.cc | 55 bool handle_inter_cu_refs = true; in main() local 62 handle_inter_cu_refs = false; in main() 81 google_breakpad::DumpOptions options(symbol_data, handle_inter_cu_refs); in main()
|
/external/google-breakpad/src/common/mac/ |
D | dump_syms.h | 56 DumpSymbols(SymbolData symbol_data, bool handle_inter_cu_refs) in DumpSymbols() argument 58 handle_inter_cu_refs_(handle_inter_cu_refs), in DumpSymbols() 139 bool handle_inter_cu_refs) const;
|
D | dump_syms.mm | 261 bool handle_inter_cu_refs) const { 270 handle_inter_cu_refs); 391 bool handle_inter_cu_refs) 396 handle_inter_cu_refs_(handle_inter_cu_refs) { }
|
/external/google-breakpad/src/tools/mac/dump_syms/ |
D | dump_syms_tool.mm | 53 : srcPath(), dsymPath(), arch(), cfi(true), handle_inter_cu_refs(true) {} 58 bool handle_inter_cu_refs; field 107 DumpSymbols dump_symbols(symbol_data, options.handle_inter_cu_refs); 224 options->handle_inter_cu_refs = false;
|
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.h | 82 bool handle_inter_cu_refs);
|
D | dwarf_cu_to_module.cc | 132 bool handle_inter_cu_refs) in FileContext() argument 135 handle_inter_cu_refs_(handle_inter_cu_refs), in FileContext()
|