Searched refs:WriteDebugUnwindFeature (Results 1 – 5 of 5) sorted by relevance
168 ASSERT_TRUE(writer->WriteDebugUnwindFeature(debug_unwind)); in TEST_F()
90 bool WriteDebugUnwindFeature(const DebugUnwindFeature& debug_unwind);
422 bool RecordFileWriter::WriteDebugUnwindFeature(const DebugUnwindFeature& debug_unwind) { in WriteDebugUnwindFeature() function in simpleperf::RecordFileWriter
432 if (!writer_->WriteDebugUnwindFeature(feature)) { in WriteFeatureSections()
1962 return record_file_writer_->WriteDebugUnwindFeature(debug_unwind_feature); in DumpDebugUnwindFeature()