Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_context.h35 const StringTable* debug_str_table, in DwarfContext() argument
38 debug_str_table_{debug_str_table},
46 [[nodiscard]] const StringTable* debug_str_table() const { return debug_str_table_; } in debug_str_table() function
Ddwarf_info.cc36 const StringTable* debug_str_table, in DwarfParser() argument
40 debug_str_table_{debug_str_table},
Ddwarf_abbrev.cc805 std::string value = context->debug_str_table()->GetString(offset); in ReadAttribute()
991 string_.emplace(context->debug_str_table()->GetString(string_offset)); in Resolve()