Searched refs:ReadDebugUnwindFeature (Results 1 – 5 of 5) sorted by relevance
187 std::optional<DebugUnwindFeature> ReadDebugUnwindFeature();
174 std::optional<DebugUnwindFeature> opt_debug_unwind = reader->ReadDebugUnwindFeature(); in TEST_F()
538 if (auto opt_debug_unwind = record_file_reader_->ReadDebugUnwindFeature(); opt_debug_unwind) { in DumpFeatureSection()
157 auto debug_unwind_feature = reader_->ReadDebugUnwindFeature(); in ProcessFile()
720 std::optional<DebugUnwindFeature> RecordFileReader::ReadDebugUnwindFeature() { in ReadDebugUnwindFeature() function in simpleperf::RecordFileReader