Store a bit in MCSection saying if it was registered with MCAssembler.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 1 Jun 2015 01:30:01 +0000 (01:30 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 1 Jun 2015 01:30:01 +0000 (01:30 +0000)
commit2dd8a67317efadb299738e32a8d2a972b3756f01
tree0f99bdd757db9d594f9743ed24c266f647773361
parent13950e506dca54627d5f1f0fd3cc4607c563759b
Store a bit in MCSection saying if it was registered with MCAssembler.

With this we can replace a SetVector with a plain std::vector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238706 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCSection.h
lib/MC/MCSection.cpp
lib/MC/MachObjectWriter.cpp
lib/MC/WinCOFFObjectWriter.cpp