Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Ddump_symbols.h50 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
Ddump_symbols.cc280 bool handle_inter_cu_refs, in LoadDwarf() argument
291 handle_inter_cu_refs); in LoadDwarf()
728 options.handle_inter_cu_refs, module)) { in LoadSymbols()
/external/google-breakpad/src/common/mac/
Ddump_syms.h57 DumpSymbols(SymbolData symbol_data, bool handle_inter_cu_refs) in DumpSymbols() argument
59 handle_inter_cu_refs_(handle_inter_cu_refs), in DumpSymbols()
148 bool handle_inter_cu_refs) const;
Ddump_syms.cc419 bool handle_inter_cu_refs) const { in ReadDwarf()
428 handle_inter_cu_refs); in ReadDwarf()
560 bool handle_inter_cu_refs) in LoadCommandDumper() argument
565 handle_inter_cu_refs_(handle_inter_cu_refs) { } in LoadCommandDumper()
/external/google-breakpad/src/tools/linux/dump_syms/
Ddump_syms.cc64 bool handle_inter_cu_refs = true; in main() local
76 handle_inter_cu_refs = false; in main()
128 google_breakpad::DumpOptions options(symbol_data, handle_inter_cu_refs); in main()
/external/google-breakpad/src/tools/mac/dump_syms/
Ddump_syms_tool.cc55 cfi(true), handle_inter_cu_refs(true) {} in Options()
62 bool handle_inter_cu_refs; member
111 DumpSymbols dump_symbols(symbol_data, options.handle_inter_cu_refs); in Start()
236 options->handle_inter_cu_refs = false; in SetupOptions()
/external/google-breakpad/src/common/
Ddwarf_cu_to_module.h84 bool handle_inter_cu_refs);
Ddwarf_cu_to_module.cc133 bool handle_inter_cu_refs) in FileContext() argument
136 handle_inter_cu_refs_(handle_inter_cu_refs), in FileContext()