Searched refs:TextSections (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp465 SmallPtrSet<const MCSection *, 8> > TextSections; local
467 TextSections.insert(TLOFMacho.getTextSection());
471 TextSections.insert(TLOFMacho.SectionForGlobal(F, Mang, TM));
473 TextSections.insert(TLOFMacho.getTextCoalSection());
474 TextSections.insert(TLOFMacho.getConstTextCoalSection());
477 for (unsigned i = 0, e = TextSections.size(); i != e; ++i)
478 OutStreamer.SwitchSection(TextSections[i]);

Completed in 40 milliseconds