Searched refs:debug_frames_ (Results 1 – 2 of 2) sorted by relevance
94 static std::unordered_map<std::string, std::unique_ptr<DebugFrameInfo>> debug_frames_; variable
465 std::unordered_map<std::string, std::unique_ptr<DebugFrameInfo>> BacktraceOffline::debug_frames_; member in BacktraceOffline472 auto it = debug_frames_.find(filename); in GetDebugFrameInFile()473 if (it != debug_frames_.end()) { in GetDebugFrameInFile()483 debug_frames_.emplace(filename, std::unique_ptr<DebugFrameInfo>(debug_frame)); in GetDebugFrameInFile()