Searched defs:WriteDebugInfo (Results 1 - 2 of 2) sorted by relevance

/art/compiler/debug/
H A Delf_debug_writer.cc38 void WriteDebugInfo(ElfBuilder<ElfTypes>* builder, function in namespace:art::debug
123 WriteDebugInfo(builder.get(),
202 template void WriteDebugInfo<ElfTypes32>(
207 template void WriteDebugInfo<ElfTypes64>(
/art/compiler/
H A Delf_writer_quick.cc107 void WriteDebugInfo(const ArrayRef<const debug::MethodDebugInfo>& method_infos) OVERRIDE;
252 void ElfWriterQuick<ElfTypes>::WriteDebugInfo( function in class:art::ElfWriterQuick
257 debug::WriteDebugInfo(builder_.get(), method_infos, kCFIFormat, true /* write_oat_patches */);

Completed in 90 milliseconds