Home | History | Annotate | Download | only in MC

Lines Matching refs:getSection

120   if (NextSD.getSection().isVirtualSection())
206 if (SD.getSection().isVirtualSection()) {
217 const MCSectionMachO &Section = cast<MCSectionMachO>(SD.getSection());
436 cast<MCSectionMachO>(it->SectionData->getSection());
452 cast<MCSectionMachO>(it->SectionData->getSection());
486 SectionIndexMap[&it->getSection()] = Index;
529 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
562 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
656 const MCSection &SecA = SA.getSection();
657 const MCSection &SecB = FB.getParent()->getSection();
771 if (SD.getSection().isVirtualSection())
904 static_cast<const MCSectionMachO&>(it->SectionData->getSection());