Searched defs:FastSymbolizer (Results 1 – 1 of 1) sorted by relevance
21 struct FastSymbolizer { struct23 Frame symbolize(const std::string& library, uint64_t offset) { in symbolize()48 const std::vector<std::string>& warnings() { in warnings()53 void parseDebugInfo(Sections* s) { in parseDebugInfo()68 Sections* getOrCreateSections(const std::string& library) { in getOrCreateSections()83 std::optional<std::pair<std::string, int64_t>> findLine( in findLine()103 std::unordered_map<std::string, std::unique_ptr<Sections>> libraries_;104 std::vector<std::unique_ptr<LineNumberProgram>> line_number_programs_;105 std::vector<std::string> warnings_;