Lines Matching defs:CUContext
172 struct DwarfCUToModule::CUContext { struct in google_breakpad::DwarfCUToModule
173 CUContext(FileContext *file_context_arg, WarningReporter *reporter_arg, in CUContext() argument
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;
214 vector<Module::Function *> functions;
218 std::map<uint64_t, Module::Function *> forward_ref_die_to_func;