Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_info_writer.h128 info_.WriteString(DW_AT_producer, "Android dex2oat"); in Write()
130 info_.WriteString(DW_AT_comp_dir, "$JAVA_SRC_ROOT"); in Write()
282 info_.WriteString(DW_AT_producer, "Android dex2oat"); in Write()
481 info_.WriteString(dwarf::DW_AT_linkage_name, name); in WriteLinkageName()
504 info_.WriteString(dwarf::DW_AT_name, name); in WriteName()
/art/compiler/debug/dwarf/
Ddebug_info_entry_writer.h166 void WriteString(Attribute attrib, const char* value) { in WriteString() function