Searched refs:ReadDebugUnwindFeature (Results 1 – 5 of 5) sorted by relevance
175 std::optional<DebugUnwindFeature> opt_debug_unwind = reader->ReadDebugUnwindFeature(); in TEST_F()
182 std::optional<DebugUnwindFeature> ReadDebugUnwindFeature();
507 if (auto opt_debug_unwind = record_file_reader_->ReadDebugUnwindFeature(); opt_debug_unwind) { in DumpFeatureSection()
573 std::optional<DebugUnwindFeature> RecordFileReader::ReadDebugUnwindFeature() { in ReadDebugUnwindFeature() function in simpleperf::RecordFileReader
155 auto debug_unwind_feature = reader_->ReadDebugUnwindFeature(); in ProcessFile()