Searched defs:CUContext (Results 1 – 1 of 1) sorted by relevance
172 struct DwarfCUToModule::CUContext { struct in google_breakpad::DwarfCUToModule173 CUContext(FileContext *file_context_arg, WarningReporter *reporter_arg, in CUContext() function183 ~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 …]