Searched refs:MSec (Results 1 – 1 of 1) sorted by relevance
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()