Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_info.h96 [[nodiscard]] const DwarfDie* GetDie() const { return cu_die_; } in GetDie() function
Ddwarf_info.cc349 const DwarfDie* cu_die = cu->GetDie(); in FindDiesByName()