hanchenye-llvm-project/llvm/unittests/MC
Rafael Espindola 21956e4007 Add a RAW mode to StringTableBuilder.
In this mode it just tries to tail merge the strings without imposing any other
format constrains. It will not, for example, add a null byte between them.

Also add support for keeping a tentative size and offset if we decide to
not optimize after all.

This will be used shortly in lld for merging SHF_STRINGS sections.

llvm-svn: 251153
2015-10-23 21:48:05 +00:00
..
CMakeLists.txt
Disassembler.cpp
Makefile
StringTableBuilderTest.cpp
YAMLTest.cpp