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 151 DenseMap<const MCSection *, MCLineSection *> MCLineSections;
314 return MCLineSections;
320 MCLineSections[Sec] = Line;
  /external/llvm/lib/MC/
MCDwarf.cpp 85 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections =
87 MCLineSection *LineSection = MCLineSections.lookup(Section);
90 // table is created using it by iterating through the MCLineSections
93 // Save a pointer to the new LineSection into the MCLineSections DenseMap.
230 // Now delete the MCLineSections that were created in MCLineEntry::Make()
232 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections =
235 MCLineSections.begin(), ie = MCLineSections.end(); it != ie;
323 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections =
331 const MCLineSection *Line = MCLineSections.lookup(Sec)
    [all...]
MCContext.cpp 88 MCLineSections.clear();

Completed in 84 milliseconds