Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_context.h38 debug_str_table_{debug_str_table},
46 [[nodiscard]] const StringTable* debug_str_table() const { return debug_str_table_; } in debug_str_table()
62 const StringTable* debug_str_table_; variable
Ddwarf_info.cc40 debug_str_table_{debug_str_table},
48 DwarfContext context(&bs, debug_str_table_, string_offset_table_); in ReadDwarfInfo()
306 const StringTable* debug_str_table_; member in nogrod::__anon878dd7e90111::DwarfParser