Searched refs:string_table_buf (Results 1 – 1 of 1) sorted by relevance
441 auto string_table_buf = ReadSection<char>(dwarf_str_shdr, error_msg); in ReadDwarfInfo() local442 if (!string_table_buf.has_value()) { in ReadDwarfInfo()446 StringTable string_table{std::move(*string_table_buf)}; in ReadDwarfInfo()