Searched refs:WriteDebugUnwindFeature (Results 1 – 6 of 6) sorted by relevance
158 writer->WriteDebugUnwindFeature(debugVector); in process()
100 bool WriteDebugUnwindFeature(const DebugUnwindFeature& debug_unwind);
172 ASSERT_TRUE(writer->WriteDebugUnwindFeature(debug_unwind)); in TEST_F()
422 bool RecordFileWriter::WriteDebugUnwindFeature(const DebugUnwindFeature& debug_unwind) { in WriteDebugUnwindFeature() function in simpleperf::RecordFileWriter
446 if (!writer_->WriteDebugUnwindFeature(feature)) { in WriteFeatureSections()
2217 return record_file_writer_->WriteDebugUnwindFeature(debug_unwind_feature); in DumpDebugUnwindFeature()