Searched refs:debug_str_table (Results 1 – 3 of 3) sorted by relevance
35 const StringTable* debug_str_table, in DwarfContext() argument38 debug_str_table_{debug_str_table},46 [[nodiscard]] const StringTable* debug_str_table() const { return debug_str_table_; } in debug_str_table() function
36 const StringTable* debug_str_table, in DwarfParser() argument40 debug_str_table_{debug_str_table},
805 std::string value = context->debug_str_table()->GetString(offset); in ReadAttribute()991 string_.emplace(context->debug_str_table()->GetString(string_offset)); in Resolve()