[PATCH] D28707: PDB: Add a class to create the /names stream contents.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 14 18:55:26 PST 2017


ruiu added a comment.

Sorry for not mentioning that in the previous message. I tried to use StringMap, but it seems that the class doesn't provide an iterator to iterate both keys and values at the same time, so it didn't work well. Also I think StringMap copies strings into a map, so it needs more memory.


Repository:
  rL LLVM

https://reviews.llvm.org/D28707





More information about the llvm-commits mailing list