Searched refs:WriteStrp (Results 1 – 2 of 2) sorted by relevance
/art/compiler/debug/dwarf/ |
D | debug_info_entry_writer.h | 171 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()
|
D | dwarf_test.cc | 293 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()
|