Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc218 std::map<uint64_t, Module::Function *> forward_ref_die_to_func; member
589 auto iter = cu_context_->forward_ref_die_to_func.find(offset_); in Finish()
590 if (iter != cu_context_->forward_ref_die_to_func.end()) in Finish()
648 cu_context_->forward_ref_die_to_func.find(forward_ref_die_offset_); in Finish()
649 if (iter == cu_context_->forward_ref_die_to_func.end()) { in Finish()