Home
last modified time | relevance | path

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

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