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.cc229 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/
Ddump_syms.cc57 bool handle_inter_cu_refs = true; in main() local
65 handle_inter_cu_refs = false; in main()
92 google_breakpad::DumpOptions options(symbol_data, handle_inter_cu_refs); in main()
/external/google-breakpad/src/common/mac/
Ddump_syms.h56 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;
Ddump_syms.mm261 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/
Ddump_syms_tool.mm53 : 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/
Ddwarf_cu_to_module.h82 bool handle_inter_cu_refs);
Ddwarf_cu_to_module.cc132 bool handle_inter_cu_refs) in FileContext() argument
135 handle_inter_cu_refs_(handle_inter_cu_refs), in FileContext()