Searched refs:WriteDebugInfo (Results 1 - 8 of 8) sorted by relevance

/art/compiler/debug/
H A Delf_debug_writer.h38 void WriteDebugInfo(
H A Delf_debug_writer.cc40 void WriteDebugInfo(linker::ElfBuilder<ElfTypes>* builder, function in namespace:art::debug
180 WriteDebugInfo(builder.get(),
237 template void WriteDebugInfo<ElfTypes32>(
242 template void WriteDebugInfo<ElfTypes64>(
/art/dex2oat/linker/
H A Delf_writer.h76 virtual void WriteDebugInfo(const debug::DebugInfo& debug_info) = 0;
H A Delf_writer_quick.cc118 void WriteDebugInfo(const debug::DebugInfo& debug_info) OVERRIDE;
272 void ElfWriterQuick<ElfTypes>::WriteDebugInfo(const debug::DebugInfo& debug_info) { function in class:art::linker::ElfWriterQuick
276 debug::WriteDebugInfo(builder_.get(), debug_info, kCFIFormat, true /* write_oat_patches */);
H A Dimage_test.h345 elf_writer->WriteDebugInfo(oat_writer->GetDebugInfo());
H A Doat_writer_test.cc256 elf_writer->WriteDebugInfo(oat_writer.GetDebugInfo());
/art/dex2oat/
H A Ddex2oat.cc2177 elf_writer->WriteDebugInfo(oat_writer->GetDebugInfo());
/art/oatdump/
H A Doatdump.cc213 debug::WriteDebugInfo(builder_.get(),

Completed in 2696 milliseconds