Searched refs:WriteDebugInfo (Results 1 – 8 of 8) sorted by relevance
39 void WriteDebugInfo(ElfBuilder<ElfTypes>* builder, in WriteDebugInfo() function124 WriteDebugInfo(builder.get(), in WriteDebugElfFileForMethodsInternal()203 template void WriteDebugInfo<ElfTypes32>(208 template void WriteDebugInfo<ElfTypes64>(
37 void WriteDebugInfo(
66 virtual void WriteDebugInfo(const ArrayRef<const debug::MethodDebugInfo>& method_infos) = 0;
107 void WriteDebugInfo(const ArrayRef<const debug::MethodDebugInfo>& method_infos) OVERRIDE;255 void ElfWriterQuick<ElfTypes>::WriteDebugInfo( in WriteDebugInfo() function in art::ElfWriterQuick260 debug::WriteDebugInfo(builder_.get(), method_infos, kCFIFormat, true /* write_oat_patches */); in WriteDebugInfo()
339 elf_writer->WriteDebugInfo(oat_writer->GetMethodDebugInfo()); in Compile()
254 elf_writer->WriteDebugInfo(oat_writer.GetMethodDebugInfo()); in DoWriteElf()
2157 elf_writer->WriteDebugInfo(oat_writer->GetMethodDebugInfo()); in WriteOutputFiles()
184 debug::WriteDebugInfo(builder_.get(), in Symbolize()