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

  /external/llvm/include/llvm/MC/
MCContext.h 149 DenseMap<const MCSection *, MCLineSection *> MCLineSections;
314 return MCLineSections;
320 MCLineSections[Sec] = Line;
  /external/llvm/lib/MC/
MCDwarf.cpp 91 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections =
93 MCLineSection *LineSection = MCLineSections.lookup(Section);
96 // table is created using it by iterating through the MCLineSections
99 // Save a pointer to the new LineSection into the MCLineSections DenseMap.
234 // Now delete the MCLineSections that were created in MCLineEntry::Make()
236 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections =
239 MCLineSections.begin(), ie = MCLineSections.end(); it != ie;
327 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections =
335 const MCLineSection *Line = MCLineSections.lookup(Sec)
    [all...]
MCContext.cpp 84 MCLineSections.clear();

Completed in 91 milliseconds