HomeSort by relevance Sort by last modified time
    Searched refs:SectionStartEndSyms (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MCContext.cpp 80 SectionStartEndSyms.clear();
432 /// Also remove empty sections from SectionStartEndSyms, to avoid generating
437 auto sec = SectionStartEndSyms.begin();
438 while (sec != SectionStartEndSyms.end()) {
449 sec = SectionStartEndSyms.erase(to_erase);
  /external/llvm/include/llvm/MC/
MCContext.h 140 SectionStartEndSyms;
472 return SectionStartEndSyms;
478 return SectionStartEndSyms.insert(

Completed in 31 milliseconds