Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_info.cc338 if (!parser.ReadDwarfInfo(&compilation_units_, &die_offset_map_, error_msg)) { in Parse()
395 auto it = die_offset_map_.find(offset); in GetDieByOffset()
396 if (it == die_offset_map_.end()) { in GetDieByOffset()
Ddwarf_info.h127 std::unordered_map<uint64_t, std::unique_ptr<DwarfDie>> die_offset_map_; variable