HomeSort by relevance Sort by last modified time
    Searched refs:cu_context_ (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/common/
dwarf_cu_to_module.cc 226 : cu_context_(cu_context),
261 CUContext *cu_context_; member in class:google_breakpad::DwarfCUToModule::GenericDIEHandler
308 FileContext *file_context = cu_context_->file_context;
310 data, cu_context_->reporter->cu_offset())) {
311 cu_context_->reporter->UnhandledInterCUReference(offset_, data);
330 cu_context_->reporter->UnknownSpecification(offset_, data);
340 cu_context_->file_context->file_private_->common_strings.insert(str);
359 cu_context_->reporter->DemangleError(data, status);
413 return_value = cu_context_->language->MakeQualifiedName(*enclosing_name,
427 cu_context_->file_context->file_private_->specifications[offset_] = spec
    [all...]
dwarf_cu_to_module.h 288 // The only reason cu_context_ and child_context_ are pointers is
298 scoped_ptr<CUContext> cu_context_; member in class:google_breakpad::DwarfCUToModule

Completed in 88 milliseconds