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

  /external/llvm/include/llvm/MC/
MCContext.h 133 DenseMap<const MCSection *, MCLineSection *> MCLineSections;
252 return MCLineSections;
258 MCLineSections[Sec] = Line;
  /external/llvm/lib/MC/
MCDwarf.cpp 90 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections =
92 MCLineSection *LineSection = MCLineSections.lookup(Section);
95 // table is created using it by iterating through the MCLineSections
98 // Save a pointer to the new LineSection into the MCLineSections DenseMap.
294 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections =
302 const MCLineSection *Line = MCLineSections.lookup(Sec);
305 // Now delete the MCLineSections that were created in MCLineEntry::Make()
    [all...]

Completed in 17 milliseconds