Searched refs:DebugInfo (Results 1 – 5 of 5) sorted by relevance
183 for (const OatWriter::DebugInfo& mi : method_infos) { in WriteCFISection()245 const std::vector<OatWriter::DebugInfo>& method_infos = oat_writer->GetMethodDebugInfo(); in WriteDebugSections()259 std::vector<std::vector<const OatWriter::DebugInfo*>> compilation_units; in WriteDebugSections()268 compilation_units.push_back(std::vector<const OatWriter::DebugInfo*>()); in WriteDebugSections()335 for (const OatWriter::DebugInfo* mi : compilation_unit) { in WriteDebugSections()
114 struct DebugInfo { struct126 const std::vector<DebugInfo>& GetMethodDebugInfo() const { in GetMethodDebugInfo() argument261 std::vector<DebugInfo> method_info_;
254 const std::vector<OatWriter::DebugInfo>& method_info = oat_writer->GetMethodDebugInfo(); in WriteDebugSymbols()
456 writer_->method_info_.push_back(DebugInfo { in VisitMethod()
282 TEST_F(DwarfTest, DebugInfo) { in TEST_F() argument