Lines Matching refs:write

16 use gimli::write;
58 fn get_base_type_name(type_entry: &write::ConvertUnitEntry<Reader<'_>>) -> Result<String, Error> { in get_base_type_name()
108 wrapper_die_id: write::UnitEntryId, in replace_pointer_type()
109 parent_id: write::UnitEntryId, in replace_pointer_type()
111 wasm_ptr_die_ref: write::DebugInfoRef, in replace_pointer_type()
112 pointer_type_entry: &write::ConvertUnitEntry<Reader<'a>>, in replace_pointer_type()
113 unit: &mut write::ConvertUnit<'_, Reader<'a>>, in replace_pointer_type()
144 write::AttributeValue::StringRef(unit.strings.add(name.as_str())), in replace_pointer_type()
148 write::AttributeValue::Data1(WASM_PTR_LEN), in replace_pointer_type()
154 gimli::DW_AT_type = write::AttributeValue::UnitRef(wrapper_die_id) in replace_pointer_type()
170 write::AttributeValue::UnitRef(base_type_id), in replace_pointer_type()
180 write::AttributeValue::UnitRef(base_type_id), in replace_pointer_type()
188 gimli::DW_AT_name = write::AttributeValue::StringRef(unit.strings.add("T")) in replace_pointer_type()
193 write::AttributeValue::UnitRef(base_type_id), in replace_pointer_type()
202 gimli::DW_AT_name = write::AttributeValue::StringRef(unit.strings.add("__ptr")), in replace_pointer_type()
203 gimli::DW_AT_type = write::AttributeValue::DebugInfoRef(wasm_ptr_die_ref), in replace_pointer_type()
204 gimli::DW_AT_data_member_location = write::AttributeValue::Data1(0) in replace_pointer_type()
215 …gimli::DW_AT_linkage_name = write::AttributeValue::StringRef(unit.strings.add(versioned_stringify_… in replace_pointer_type()
216 gimli::DW_AT_name = write::AttributeValue::StringRef(unit.strings.add("ptr")), in replace_pointer_type()
217 gimli::DW_AT_type = write::AttributeValue::UnitRef(ptr_type_id) in replace_pointer_type()
220 gimli::DW_AT_type = write::AttributeValue::UnitRef(wrapper_ptr_type_id), in replace_pointer_type()
221 gimli::DW_AT_artificial = write::AttributeValue::Flag(true) in replace_pointer_type()
232 …gimli::DW_AT_linkage_name = write::AttributeValue::StringRef(unit.strings.add(versioned_stringify_… in replace_pointer_type()
233 gimli::DW_AT_name = write::AttributeValue::StringRef(unit.strings.add("operator*")), in replace_pointer_type()
234 gimli::DW_AT_type = write::AttributeValue::UnitRef(ref_type_id) in replace_pointer_type()
237 gimli::DW_AT_type = write::AttributeValue::UnitRef(wrapper_ptr_type_id), in replace_pointer_type()
238 gimli::DW_AT_artificial = write::AttributeValue::Flag(true) in replace_pointer_type()
249 …gimli::DW_AT_linkage_name = write::AttributeValue::StringRef(unit.strings.add(versioned_stringify_… in replace_pointer_type()
250 gimli::DW_AT_name = write::AttributeValue::StringRef(unit.strings.add("operator->")), in replace_pointer_type()
251 gimli::DW_AT_type = write::AttributeValue::UnitRef(ptr_type_id) in replace_pointer_type()
254 gimli::DW_AT_type = write::AttributeValue::UnitRef(wrapper_ptr_type_id), in replace_pointer_type()
255 gimli::DW_AT_artificial = write::AttributeValue::Flag(true) in replace_pointer_type()
264 unit: &mut write::ConvertUnit<'_, Reader<'a>>, in clone_unit()
265 root_entry: &write::ConvertUnitEntry<Reader<'a>>, in clone_unit()
266 skeleton_root_entry: Option<&write::ConvertUnitEntry<Reader<'a>>>, in clone_unit()
328 let mut entry = write::ConvertUnitEntry::null(unit.read_unit); in clone_unit()
415 write::AttributeValue::Endianity(gimli::DW_END_little), in clone_unit()