Home
last modified time | relevance | path

Searched refs:SectionStartEndSyms (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DMCContext.h138 SectionStartEndSyms; variable
382 return SectionStartEndSyms; in getGenDwarfSectionSyms()
388 return SectionStartEndSyms.insert( in addGenDwarfSection()
/external/llvm/lib/MC/
DMCContext.cpp350 auto sec = SectionStartEndSyms.begin(); in finalizeDwarfSections()
351 while (sec != SectionStartEndSyms.end()) { in finalizeDwarfSections()
362 sec = SectionStartEndSyms.erase(to_erase); in finalizeDwarfSections()