Searched refs:MSec (Results 1 – 2 of 2) sorted by relevance
123 static bool canGoAfterDWARF(const MCSectionMachO &MSec) { in canGoAfterDWARF() argument126 StringRef SegName = MSec.getSegmentName(); in canGoAfterDWARF()127 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF()154 const MCSectionMachO &MSec = *cast<MCSectionMachO>(Section); in ChangeSection() local155 StringRef SegName = MSec.getSegmentName(); in ChangeSection()158 else if (Created && DWARFMustBeAtTheEnd && !canGoAfterDWARF(MSec)) in ChangeSection()
125 static bool canGoAfterDWARF(const MCSectionMachO &MSec) { in canGoAfterDWARF() argument128 StringRef SegName = MSec.getSegmentName(); in canGoAfterDWARF()129 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF()155 const MCSectionMachO &MSec = *cast<MCSectionMachO>(Section); in ChangeSection() local156 StringRef SegName = MSec.getSegmentName(); in ChangeSection()159 else if (Created && DWARFMustBeAtTheEnd && !canGoAfterDWARF(MSec)) in ChangeSection()