Home
last modified time | relevance | path

Searched refs:debug_str (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dwarf/
Ddebug_info_entry_writer.h166 void WriteStrp(Attribute attrib, const char* value, std::vector<uint8_t>* debug_str) { in WriteStrp() argument
168 int address = debug_str->size(); in WriteStrp()
169 debug_str->insert(debug_str->end(), value, value + strlen(value) + 1); in WriteStrp()
Ddwarf_test.h69 RawSection debug_str(".debug_str", SHT_PROGBITS, 0, nullptr, 0, 1, 0); in Objdump()
81 debug_str.SetBuffer(debug_str_data_); in Objdump()
82 builder.RegisterSection(&debug_str); in Objdump()
/art/compiler/
Delf_writer_debug.h42 std::vector<uint8_t>* debug_str,
Delf_writer_quick.cc186 std::unique_ptr<RawSection> debug_str(new RawSection( in Write() local
223 debug_str->GetBuffer(), in Write()
230 builder->RegisterSection(debug_str.get()); in Write()
Delf_writer_debug.cc242 std::vector<uint8_t>* debug_str, in WriteDebugSections() argument
287 info.WriteStrp(DW_AT_producer, "Android dex2oat", debug_str); in WriteDebugSections()
299 info.WriteStrp(DW_AT_name, method_name.data(), debug_str); in WriteDebugSections()