Searched defs:MCLineSections (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCContext.h108 DenseMap<const MCSection *, MCLineSection *> MCLineSections; member in class:llvm::MCContext
225 return MCLineSections;
231 MCLineSections[Sec] = Line;
/external/llvm/lib/MC/
H A DMCDwarf.cpp88 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = local
90 MCLineSection *LineSection = MCLineSections.lookup(Section);
93 // table is created using it by iterating through the MCLineSections
96 // Save a pointer to the new LineSection into the MCLineSections DenseMap.
292 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = local
300 const MCLineSection *Line = MCLineSections.lookup(Sec);
303 // Now delete the MCLineSections that were created in MCLineEntry::Make()

Completed in 56 milliseconds