Searched refs:debug_unwind_files_ (Results 1 – 1 of 1) sorted by relevance
162 auto& loc = debug_unwind_files_[file.path]; in ProcessFile()204 std::unordered_map<std::string, DebugUnwindFileLocation> debug_unwind_files_; member in simpleperf::__anonc541a1a50111::RecordFileProcessor316 if (auto it = debug_unwind_files_.find(path); it != debug_unwind_files_.end()) { in CreateThreadWithUpdatedMaps()422 for (const auto& file_p : debug_unwind_files_) { in WriteFeatureSections()