HomeSort by: relevance | last modified time | path
    Searched refs:PendingLabelSections (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectStreamer.h 42 SmallSetVector<MCSection *, 4> PendingLabelSections;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectStreamer.cpp 64 // Add this Section to the list of PendingLabelSections.
65 PendingLabelSections.insert(CurSection);
103 for (MCSection* Section : PendingLabelSections)
169 PendingLabelSections.clear();

Completed in 16 milliseconds