da-viper wrote: > I wonder if this used to be a linked list?
Most likely an std::multimap as it is the same syntax that is used there. https://github.com/llvm/llvm-project/blob/883ef1ba1442618938961e8f8e3a6a74f3b7320a/lldb/include/lldb/Symbol/TypeMap.h#L44-L46 https://github.com/llvm/llvm-project/blob/883ef1ba1442618938961e8f8e3a6a74f3b7320a/lldb/source/Symbol/TypeMap.cpp#L59-L67 https://github.com/llvm/llvm-project/pull/208411 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
