Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_info_writer.h117 info_.WriteString(DW_AT_producer, "Android dex2oat"); in Write()
119 info_.WriteString(DW_AT_comp_dir, "$JAVA_SRC_ROOT"); in Write()
290 info_.WriteString(DW_AT_producer, "Android dex2oat"); in Write()
488 info_.WriteString(dwarf::DW_AT_linkage_name, name); in WriteLinkageName()
511 info_.WriteString(dwarf::DW_AT_name, name); in WriteName()
/art/libelffile/dwarf/
Ddebug_info_entry_writer.h166 void WriteString(Attribute attrib, const char* value) { in WriteString() function