Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_info_writer.h118 info_.WriteString(DW_AT_producer, "Android dex2oat"); in Write()
120 info_.WriteString(DW_AT_comp_dir, "$JAVA_SRC_ROOT"); in Write()
291 info_.WriteString(DW_AT_producer, "Android dex2oat"); in Write()
491 info_.WriteString(dwarf::DW_AT_linkage_name, name); in WriteLinkageName()
514 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