Home | History | Annotate | Download | only in MC

Lines Matching defs:TextSection

697     const auto TextSection = Sections.begin();
698 assert(TextSection != Sections.end() && "No text section found");
700 MCSymbol *StartSymbol = TextSection->second.first;
701 MCSymbol *EndSymbol = TextSection->second.second;