HomeSort by relevance Sort by last modified time
    Searched refs:WriteStrp (Results 1 - 3 of 3) sorted by null

  /art/compiler/dwarf/
dwarf_test.cc 288 info.WriteStrp(dwarf::DW_AT_producer, "Compiler name", &debug_str_data_);
296 info.WriteStrp(dwarf::DW_AT_name, "Foo", &debug_str_data_);
305 info.WriteStrp(dwarf::DW_AT_name, "Bar", &debug_str_data_);
debug_info_entry_writer.h 49 * WriteStrp(DW_AT_producer, "Compiler name", debug_str);
51 * WriteStrp(DW_AT_name, "Foo", debug_str);
161 void WriteStrp(Attribute attrib, int address) {
166 void WriteStrp(Attribute attrib, const char* value, std::vector<uint8_t>* debug_str) {
  /art/compiler/
elf_writer_debug.cc 287 info.WriteStrp(DW_AT_producer, "Android dex2oat", debug_str);
299 info.WriteStrp(DW_AT_name, method_name.data(), debug_str);

Completed in 760 milliseconds