mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-18 11:24:01 +00:00
Stop using MCSectionData in MCAsmLayout.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238170 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -56,6 +56,8 @@ MCSectionData::iterator MCSection::begin() { return Data.begin(); }
|
||||
|
||||
MCSectionData::iterator MCSection::end() { return Data.end(); }
|
||||
|
||||
MCSectionData::reverse_iterator MCSection::rbegin() { return Data.rbegin(); }
|
||||
|
||||
MCSectionData::FragmentListType &MCSection::getFragmentList() {
|
||||
return Data.getFragmentList();
|
||||
}
|
||||
|
Reference in New Issue
Block a user