Home | History | Annotate | Download | only in MC

Lines Matching refs:Section

22 /// We can't have one section for all .pdata or .xdata because the Microsoft
24 /// section. If the code described is comdat, create a new comdat section
26 /// section, make a new section for it. Otherwise use the main unwind info
27 /// section.
33 // If Function is in a COMDAT, get or create an unwind info section in that
42 // If Function is in a section other than .text, create a new .pdata section.
43 // Otherwise use the plain .pdata section.
44 if (const auto *Section = dyn_cast<MCSectionCOFF>(FunctionSection)) {
45 StringRef CodeSecName = Section->getSectionName();