Home
last modified time | relevance | path

Searched defs:CUContext (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc172 struct DwarfCUToModule::CUContext { struct in google_breakpad::DwarfCUToModule
173 CUContext(FileContext *file_context_arg, WarningReporter *reporter_arg, in CUContext() function
183 ~CUContext() { in ~CUContext()
191 FileContext *file_context;
194 WarningReporter *reporter;
197 RangesHandler *ranges_handler;
200 const Language *language;
205 uint64_t low_pc;
206 uint64_t high_pc;
207 uint64_t ranges;
[all …]