Home
last modified time | relevance | path

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

/art/compiler/debug/dwarf/
Ddebug_info_entry_writer.h171 void WriteStrp(Attribute attrib, size_t debug_str_offset) { in WriteStrp() function
176 void WriteStrp(Attribute attrib, const char* str, size_t len, in WriteStrp() function
184 void WriteStrp(Attribute attrib, const char* str, std::vector<uint8_t>* debug_str) { in WriteStrp() function
185 WriteStrp(attrib, str, strlen(str), debug_str); in WriteStrp()
Ddwarf_test.cc293 info.WriteStrp(dwarf::DW_AT_producer, "Compiler name", &debug_str_data_); in TEST_F()
301 info.WriteStrp(dwarf::DW_AT_name, "Foo", &debug_str_data_); in TEST_F()
310 info.WriteStrp(dwarf::DW_AT_name, "Bar", &debug_str_data_); in TEST_F()