Home
last modified time | relevance | path

Searched refs:cu_context_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc226 : cu_context_(cu_context), in GenericDIEHandler()
261 CUContext *cu_context_; member in google_breakpad::DwarfCUToModule::GenericDIEHandler
308 FileContext *file_context = cu_context_->file_context; in ProcessAttributeReference()
310 data, cu_context_->reporter->cu_offset())) { in ProcessAttributeReference()
311 cu_context_->reporter->UnhandledInterCUReference(offset_, data); in ProcessAttributeReference()
330 cu_context_->reporter->UnknownSpecification(offset_, data); in ProcessAttributeReference()
340 cu_context_->file_context->file_private_->common_strings.insert(str); in AddStringToPool()
359 cu_context_->reporter->DemangleError(data, status); in ProcessAttributeString()
413 return_value = cu_context_->language->MakeQualifiedName(*enclosing_name, in ComputeQualifiedName()
427 cu_context_->file_context->file_private_->specifications[offset_] = spec; in ComputeQualifiedName()
[all …]
Ddwarf_cu_to_module.h298 scoped_ptr<CUContext> cu_context_; variable